You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
610 B

<?php if (!defined('HTMLY')) die('HTMLy'); ?>
<article class="page type-page hentry">
<header class="entry-header">
<?php if (login()) { echo tab($p); } ?>
<h1 class="entry-title"><?php echo $p->title;?></h1>
</header><!-- .entry-header -->
<div class="entry-content">
<div class="content">
<div class="clearfix text-formatted field field--name-body">
<div class="content">
<?php echo $p->body;?>
</div>
</div>
</div>
</div><!-- .entry-content -->
</article><!-- #post-## -->