From 5e7398650a07b6f941190594fa014794a097c223 Mon Sep 17 00:00:00 2001 From: nolanwhy Date: Sat, 4 Feb 2023 22:38:57 +0100 Subject: [PATCH] added new css so you can't steal navbar logo lmao --- core/classes.php | 6 +++--- css/global.css | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) 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 = ' '; - $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