diff --git a/core/classes.php b/core/classes.php
index 522fc65..8551032 100644
--- a/core/classes.php
+++ b/core/classes.php
@@ -6,32 +6,33 @@ session_start();
require('core/config.php');
class PartyStarter {
- // creates header
- function header()
- {
- echo "test";
- }
function bootstrap() {
echo '';
}
- function buildloggedoutheader() {
+ function header() {
+ // to not confuse you i renamed it from loggedoutheader to header since qzip made it both lol
require('core/config.php');
+ $showhome = '';
if(isset($_SESSION['user'])) {
+ $showhome = '