Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.46 KB | None | 0 0
  1. <div style="width:100%">
  2. <?php
  3.  
  4. /**
  5.  
  6.  * Template Name: Fullscreen Stream
  7.  
  8.  *
  9.  
  10.  * Displays the Stream with Full Content Display.
  11.  
  12.  *
  13.  
  14.  * @package Theme Horse
  15.  
  16.  * @subpackage Ultimate
  17.  
  18.  * @since Ultimate 1.0
  19.  
  20.  */
  21.  
  22. ?>
  23. <div style="width:100%">
  24. <?php get_header(); ?>
  25. <div style="width:100%">
  26.     <?php
  27.  
  28.         /**
  29.  
  30.          * ultimate_before_main_container hook
  31.  
  32.          */
  33.  
  34.         do_action( 'ultimate_before_main_container' );
  35.  
  36.     ?>
  37. <div style="width:100%">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement