fredboniface.co.uk/page-blocks/head-img.php

7 lines
331 B
PHP
Raw Normal View History

2022-10-29 20:44:47 +01:00
<div class="header_image" id="header_index"> <!-- id needs to match $page_title and CSS adjusting -->
<div id="page_title" class="hide_micro">
<!-- IF PAGE TITLE ==Home then include head-img-face.php -->
<h1><?php echo &page_title; ?></h1> <!-- Apply Title Case To This Output -->
</div>
</div>