Skip to content

Commit

Permalink
Update below-header.php
Browse files Browse the repository at this point in the history
  • Loading branch information
developon-aaron authored Mar 31, 2024
1 parent 8f47fab commit 51e74fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header/below-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</div>
<?php } else if ($_SERVER["REQUEST_URI"] !== '/util/library' && $_SERVER["REQUEST_URI"] !== '/util/chat') {
if (!($me && getTheme($me)['hidedasan'])) {?>
<div id="total-header" style="background: url('https://github.com/kmladotnet/doodles/raw/master/banners/relax.png') no-repeat; background-size: contain;">
<div id="total-header" style="background: url('https://github.com/kmladotnet/doodles/raw/master/banners/kmlaonline-old.png') no-repeat; background-size: contain;">
<?php if (isset($_SESSION['user'])) {?>
<div class="userarea">
<?php include "src/header/userarea.php";?></div>
Expand Down

0 comments on commit 51e74fb

Please sign in to comment.