diff --git a/index.php b/index.php index 8acc5775..303474a2 100755 --- a/index.php +++ b/index.php @@ -47,7 +47,7 @@ if (!isset($_COOKIE['theme'])) { } $theme_url = 'app/css/'.htmlspecialchars($theme, ENT_QUOTES); -if ($_COOKIE['sidebar'] == 'true' ) { +if ($_COOKIE['sidebarToggled'] == 'true' ) { $toggleState = "toggled"; } @@ -170,7 +170,7 @@ if ($_COOKIE['sidebar'] == 'true' ) { -
+