Skip to content
Snippets Groups Projects
Select Git revision
  • 1752c672b14b14f101be3b23ba49ad09574dafe9
  • master default protected
  • dev
3 results

page.php

Blame
  • David Beniamine's avatar
    David Beniamine authored
    1752c672
    History
    page.php 190 B
    <?php theme_include('header'); ?>
    
    		<section class="content wrap">
    			<h1><?php echo page_title(); ?></h1>
    
    			<?php echo page_content(); ?>
    		</section>
    
    <?php theme_include('footer'); ?>