fibable/views/header.phtml

7 lines
164 B
PHTML
Raw Normal View History

2025-02-13 10:37:29 +01:00
<header>
<h1><a href="<?=$blog_link?>"><?=$title?></a></h1>
2025-02-13 10:37:29 +01:00
<?php if ($has_sub_title): ?>
<h2><?=$sub_title?></h2>
<?php endif ?>
</header>