Christmas theme removal

This commit is contained in:
Astrologies 2021-12-29 06:58:09 -05:00
parent aacbf6bf8a
commit 1fdea22b0f
1 changed files with 2 additions and 6 deletions

View File

@ -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)
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://www.alphaland.cc/alphaland/js/bootstrap.min.js?version='.$GLOBALS['jsversion'].'"></script>
<script type="text/javascript" src="https://www.alphaland.cc/alphaland/js/utilities.js?version='.$GLOBALS['jsversion'].'"></script>
<script src="https://www.alphaland.cc/alphaland/js/snowfall/canvas-snow.js?version='.$GLOBALS['jsversion'].'"></script>';
<script type="text/javascript" src="https://www.alphaland.cc/alphaland/js/utilities.js?version='.$GLOBALS['jsversion'].'"></script>';
}
//end theme stuff
@ -3040,9 +3039,6 @@ function getNav()
</header>
<script>
setInterval(function(){ getJSONCDS("https://api.alphaland.cc/sitepresence/ping"); }, 60000); //ping every minute;
$(window).on("load", function() {
setTimeout(function() { new Snow("alphaland-main-body");}, 800);
});
</script>
<br/>';
}