Fix incorrect var name
This commit is contained in:
parent
034dc7091e
commit
66c6f50fbb
@ -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>
|
Loading…
Reference in New Issue
Block a user