Skip to content
Snippets Groups Projects
Select Git revision
  • 4d0511d52e0c7fb5c89fe62f1e7951801d1e65f5
  • master default protected
  • dev
3 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'); ?>