diff --git a/core/classes.php b/core/classes.php
index 8fbeb78..fc0dcf9 100644
--- a/core/classes.php
+++ b/core/classes.php
@@ -11,7 +11,7 @@ class PartyStarter {
function header() {
// to not confuse you i renamed it from loggedoutheader to header since qzip made it both lol
require ('core/config.php');
- $grubloxlogotohome = '';
+ $grubloxlogotohome = '';
$showhome = '';
if (isset($_SESSION['user'])) {
$showhome = '
@@ -19,7 +19,7 @@ class PartyStarter {
(current)
';
- $grubloxlogotohome = '';
+ $grubloxlogotohome = '';
$query = $con->prepare('SELECT money FROM users WHERE id=:id');
$query->bindParam(':id', $id);
$query->execute();
@@ -52,7 +52,7 @@ class PartyStarter {
Login
';
}
- echo '
+ echo '
diff --git a/css/global.css b/css/global.css
index e69de29..c7f6ead 100644
--- a/css/global.css
+++ b/css/global.css
@@ -0,0 +1,6 @@
+.headerLogo{
+ background-image: url(/assets/icons/Grublox.png);
+ background-size: 131px 30px;
+ width: 131px;
+ height: 30px;
+}
\ No newline at end of file