From 1fdea22b0f54ca4272198b8d884fba241110321d Mon Sep 17 00:00:00 2001 From: Astrologies Date: Wed, 29 Dec 2021 06:58:09 -0500 Subject: [PATCH] Christmas theme removal --- globals/functions.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/globals/functions.php b/globals/functions.php index 70c262a..bbd6f0b 100644 --- a/globals/functions.php +++ b/globals/functions.php @@ -2790,7 +2790,7 @@ function getCurrentThemeLogo() //grabs the alphaland logo for the users selected { $currenttheme = getCurrentTheme(); - return $GLOBALS['url'] . "/alphaland/cdn/imgs/alpha-christmas/alphalandchristmas.png"; //force christmas logo + //return $GLOBALS['url'] . "/alphaland/cdn/imgs/alpha-christmas/alphalandchristmas.png"; //force christmas logo if ($currenttheme == 0) //light theme dark logo { @@ -2865,8 +2865,7 @@ function getCSS($studio=false) - - '; + '; } //end theme stuff @@ -3040,9 +3039,6 @@ function getNav()
'; }