diff --git a/index.php b/index.php index 86d81921..8acc5775 100755 --- a/index.php +++ b/index.php @@ -45,9 +45,12 @@ if (!isset($_COOKIE['theme'])) { } else { $theme = $_COOKIE['theme']; } - $theme_url = 'app/css/'.htmlspecialchars($theme, ENT_QUOTES); +if ($_COOKIE['sidebar'] == 'true' ) { + $toggleState = "toggled"; +} + ?> @@ -99,7 +102,7 @@ $theme_url = 'app/css/'.htmlspecialchars($theme, ENT_QUOTES);
-