diff --git a/globals/functions.php b/globals/functions.php index 085bcf0..9386f49 100644 --- a/globals/functions.php +++ b/globals/functions.php @@ -6490,6 +6490,8 @@ function getCurrentTheme() //returns the theme set (integer) function getCurrentThemeLogo() //grabs the alphaland logo for the users selected theme { $currenttheme = getCurrentTheme(); + + return $GLOBALS['url'] . "/alphaland/cdn/imgs/alpha-spooky/alphalandzombie.png"; //spooky if ($currenttheme == 0) //light theme dark logo { diff --git a/html/alphaland/cdn/imgs/alpha-spooky/alphalandzombie.png b/html/alphaland/cdn/imgs/alpha-spooky/alphalandzombie.png new file mode 100644 index 0000000..5ff0c11 Binary files /dev/null and b/html/alphaland/cdn/imgs/alpha-spooky/alphalandzombie.png differ