quick ghetto spooky theme
This commit is contained in:
parent
989ded8868
commit
684b110aae
|
|
@ -6490,6 +6490,8 @@ function getCurrentTheme() //returns the theme set (integer)
|
||||||
function getCurrentThemeLogo() //grabs the alphaland logo for the users selected theme
|
function getCurrentThemeLogo() //grabs the alphaland logo for the users selected theme
|
||||||
{
|
{
|
||||||
$currenttheme = getCurrentTheme();
|
$currenttheme = getCurrentTheme();
|
||||||
|
|
||||||
|
return $GLOBALS['url'] . "/alphaland/cdn/imgs/alpha-spooky/alphalandzombie.png"; //spooky
|
||||||
|
|
||||||
if ($currenttheme == 0) //light theme dark logo
|
if ($currenttheme == 0) //light theme dark logo
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 373 KiB |
Loading…
Reference in New Issue