sex
This commit is contained in:
parent
e4e5f36c60
commit
c1b14ad117
|
|
@ -13,6 +13,14 @@ class PartyStarter {
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">';
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">';
|
||||||
}
|
}
|
||||||
function header() {
|
function header() {
|
||||||
|
// alert
|
||||||
|
$alert = false;
|
||||||
|
if($alert) {
|
||||||
|
$alert = 'Sexy alert';
|
||||||
|
|
||||||
|
// do not touch
|
||||||
|
$alert = '<div class="alert alert-secondary mt-3 mx-3">'.$alert.'</div>';
|
||||||
|
}
|
||||||
// to not confuse you i renamed it from loggedoutheader to header since qzip made it both lol
|
// to not confuse you i renamed it from loggedoutheader to header since qzip made it both lol
|
||||||
require 'core/config.php';
|
require 'core/config.php';
|
||||||
$grubloxlogotohome = '<a class="navbar-brand text-dark" href="/"><span class="grufont fs-3">G </span><span class="gotham">GRUBLOX</span></a>';
|
$grubloxlogotohome = '<a class="navbar-brand text-dark" href="/"><span class="grufont fs-3">G </span><span class="gotham">GRUBLOX</span></a>';
|
||||||
|
|
@ -158,7 +166,9 @@ class PartyStarter {
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>';
|
</nav>
|
||||||
|
|
||||||
|
'.$alert;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue