Synchronize the Support and Donate pages by also moving the header to a subpage.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/php
|
||||
<div class="row">
|
||||
<h1 class="col-12 title">Donation Methods</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 header center">
|
||||
<p>
|
||||
Anything is very much appreciated!!
|
||||
Thank you for considering me!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user