web/wp-content/themes/inove/page-without-sidebar.php
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 <?php
       
     2 /*
       
     3 Template Name: Page without sidebar
       
     4 */
       
     5 ?>
       
     6 
       
     7 <?php
       
     8 	global $inove_nosidebar;
       
     9 	$inove_nosidebar = true;
       
    10 	include('page.php');
       
    11 ?>