From c557a846f067a0921a7737e78edad40c172affc5 Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 29 Oct 2019 14:19:49 +0000 Subject: [PATCH] Update cookie cname, fix class to center sidebar toggler --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' ) { -
+