Update file functions.php
This commit is contained in:
parent
1c522f3c64
commit
a946b0bd53
@ -13,7 +13,7 @@ if(isset($_GET['theme'])) {
|
|||||||
$_SESSION['theme'] = (int)$_GET['theme'] % 3;
|
$_SESSION['theme'] = (int)$_GET['theme'] % 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
$theme = isset($_SESSION['theme']) ? $themes[$_SESSION['theme']] : "";
|
$theme = isset($_SESSION['theme']) ? $themes[$_SESSION['theme']] : $themes[0];
|
||||||
|
|
||||||
|
|
||||||
function nav($nav) {
|
function nav($nav) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user