diff --git a/core/classes.php b/core/classes.php index e7ea306..82835da 100644 --- a/core/classes.php +++ b/core/classes.php @@ -13,6 +13,14 @@ class PartyStarter { '; } function header() { + // alert + $alert = false; + if($alert) { + $alert = 'Sexy alert'; + + // do not touch + $alert = '
'.$alert.'
'; + } // to not confuse you i renamed it from loggedoutheader to header since qzip made it both lol require 'core/config.php'; $grubloxlogotohome = 'G GRUBLOX'; @@ -158,7 +166,9 @@ class PartyStarter { -'; + + +'.$alert; } }