fibable/views/header.phtml

7 lines
164 B
PHTML

<header>
<h1><a href="<?=$blog_link?>"><?=$title?></a></h1>
<?php if ($has_sub_title): ?>
<h2><?=$sub_title?></h2>
<?php endif ?>
</header>