Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • dev
2 results

page.php

Blame
  • page.php 149 B
    <?php theme_include('header'); ?>
    
    		<section class="content wrap">
    			<?php echo page_content(); ?>
    		</section>
    
    <?php theme_include('footer'); ?>