Use the global variable to determine whether page title images are shown. No if images are in the banner. Yes if the banner is only the logo.
This commit is contained in:
@@ -8,9 +8,13 @@
|
||||
|
||||
<div class="row">
|
||||
<h1 class="col-12 title">Who Am I?</h1>
|
||||
<?php if (isset($GLOBALS["SHOW_BANNER_PICS"])
|
||||
&& !$GLOBALS["SHOW_BANNER_PICS"])
|
||||
echo '
|
||||
<div class="col-12 header center" >
|
||||
<img src="/files/media/icons/about.jpg" alt="<<about.jpg>>">
|
||||
</div>
|
||||
';?>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
|
@@ -8,9 +8,13 @@
|
||||
|
||||
<div class="row">
|
||||
<h1 class="col-12 title">Contact</h1>
|
||||
<?php if (isset($GLOBALS["SHOW_BANNER_PICS"])
|
||||
&& !$GLOBALS["SHOW_BANNER_PICS"])
|
||||
echo '
|
||||
<div class="col-12 header center" >
|
||||
<img src="/files/media/icons/contact.jpg" alt="<<contact.jpg>>">
|
||||
</div>
|
||||
';?>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 title center">
|
||||
|
@@ -11,9 +11,13 @@
|
||||
|
||||
<div class="row">
|
||||
<h1 class="col-12 title">Welcome!</h1>
|
||||
<?php if (isset($GLOBALS["SHOW_BANNER_PICS"])
|
||||
&& !$GLOBALS["SHOW_BANNER_PICS"])
|
||||
echo '
|
||||
<div class="col-12 header center" >
|
||||
<img src="/files/media/icons/home.jpg" alt="<<home.jpg>>">
|
||||
</div>
|
||||
';?>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 text">
|
||||
|
@@ -11,9 +11,13 @@
|
||||
|
||||
<div class="row">
|
||||
<h1 class="col-12 title">Support</h1>
|
||||
<?php if (isset($GLOBALS["SHOW_BANNER_PICS"])
|
||||
&& !$GLOBALS["SHOW_BANNER_PICS"])
|
||||
echo '
|
||||
<div class="col-12 header center" >
|
||||
<img src="/files/media/icons/support.jpg" alt="<<support.jpg>>">
|
||||
</div>
|
||||
';?>
|
||||
<div class="col-12 text center">
|
||||
<p>
|
||||
Anything is very much appreciated!! Thank you for considering me!
|
||||
|
Reference in New Issue
Block a user