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:
@@ -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