Fix incorrect var name

This commit is contained in:
Fred Boniface 2022-10-29 20:47:00 +01:00
parent 034dc7091e
commit 66c6f50fbb

View File

@ -2,6 +2,6 @@
<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 -->
<h1><?php echo $page_title; ?></h1> <!-- Apply Title Case To This Output -->
</div>
</div>