Update file functions.php

This commit is contained in:
Jan BELLON 2024-03-08 20:50:21 +00:00
parent a946b0bd53
commit 279c60a2e0

View File

@ -13,7 +13,7 @@ if(isset($_GET['theme'])) {
$_SESSION['theme'] = (int)$_GET['theme'] % 3;
}
$theme = isset($_SESSION['theme']) ? $themes[$_SESSION['theme']] : $themes[0];
$theme = $themes[$_SESSION['theme']];
function nav($nav) {