fibable/views/header.phtml

7 lines
134 B
PHTML
Raw Normal View History

2023-09-04 21:13:29 +02:00
<header>
<h1><?=$title?></h1>
<?php if ($has_sub_title): ?>
<h2><?=$sub_title?></h2>
<?php endif ?>
</header>