5 lines
148 B
PHP
5 lines
148 B
PHP
<? if ( $this -> show_title ):?>
|
|
<h1 class="site-title">
|
|
<?= $this -> page_title ? $this -> page_title : $this -> title;?>
|
|
</h1>
|
|
<? endif;?>
|