summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2024-09-26 14:49:22 -0400
committerspiderr <spiderr@bitweaver.org>2024-09-26 14:49:22 -0400
commitbe91aee6c9452541578536413f6feb91ae5dafde (patch)
treed6030995f1c2a78765a209507470a63c6c882494 /includes
parentdc2326a3e9711950d53186e155beebd128896745 (diff)
downloadusers-be91aee6c9452541578536413f6feb91ae5dafde.tar.gz
users-be91aee6c9452541578536413f6feb91ae5dafde.tar.bz2
users-be91aee6c9452541578536413f6feb91ae5dafde.zip
rename antiquated bit- css classes and cookie to bw-
Diffstat (limited to 'includes')
-rw-r--r--includes/bit_setup_inc.php4
1 files 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'];
}
}