diff --git a/include/init.php b/include/init.php index 50bb44a4..dff758b2 100755 --- a/include/init.php +++ b/include/init.php @@ -16,7 +16,7 @@ if (!isset($_COOKIE['theme'])) { if (isset($_GET['theme'])) { $newTheme = (int)$_GET['theme'] % 3; - setcookie('theme', $newTheme, time()+10*60*60, "/", ".e59.fr"); // % 2 => Number of different themes + setcookie('theme', $newTheme, time()+10*60*60, "/", ".e59.fr"); // % 3 => Number of different themes $darkTheme = $darkThemes[$newTheme]; $lightTHeme = $lightThemes[$newTheme];