htmly/themes/twentysixteen/static.html.php
2021-03-05 10:28:00 +07:00

19 lines
No EOL
610 B
PHP

<?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-## -->