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:
2025-10-13 15:18:48 -07:00
parent c479aa5b73
commit 24af65bfeb
4 changed files with 16 additions and 0 deletions

View File

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