Include face if homepage
This commit is contained in:
parent
66c6f50fbb
commit
e649227df3
@ -1,7 +1,9 @@
|
|||||||
<div class="header_image" id="header_index"> <!-- id needs to match $page_title and CSS adjusting -->
|
<div class="header_image" id="header_index"> <!-- id needs to match $page_title and CSS adjusting -->
|
||||||
<div id="page_title" class="hide_micro">
|
<div id="page_title" class="hide_micro">
|
||||||
<!-- IF PAGE TITLE ==Home then include head-img-face.php -->
|
|
||||||
|
|
||||||
|
<?php ($home == "home"){
|
||||||
|
include "./php/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>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user