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()
'; }