From be91aee6c9452541578536413f6feb91ae5dafde Mon Sep 17 00:00:00 2001 From: spiderr Date: Thu, 26 Sep 2024 14:49:22 -0400 Subject: rename antiquated bit- css classes and cookie to bw- --- includes/bit_setup_inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/bit_setup_inc.php b/includes/bit_setup_inc.php index 76ace32..dc0354d 100644 --- a/includes/bit_setup_inc.php +++ b/includes/bit_setup_inc.php @@ -159,8 +159,8 @@ if( !empty( $gBitSystem->mDomainInfo['style'] )) { $theme = $userStyle; } } - if( isset( $_COOKIE['bit-theme'] )) { - $theme = $_COOKIE['bit-theme']; + if( isset( $_COOKIE['bw-theme'] )) { + $theme = $_COOKIE['bw-theme']; } } -- cgit v1.3