diff options
| author | spiderr <spiderr@bitweaver.org> | 2024-09-26 14:49:05 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2024-09-26 14:49:05 -0400 |
| commit | 120622ca7c89d599b35013f19c38793daf73dee1 (patch) | |
| tree | f551c93c46503d42ab5bcef74123e00e7ea44b1d /modules | |
| parent | 4e37099bfeee6e7e0677bc8eacb2f37eab72af00 (diff) | |
| download | themes-120622ca7c89d599b35013f19c38793daf73dee1.tar.gz themes-120622ca7c89d599b35013f19c38793daf73dee1.tar.bz2 themes-120622ca7c89d599b35013f19c38793daf73dee1.zip | |
rename antiquated bit- css classes and cookie to bw-
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_switch_theme.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod_switch_theme.php b/modules/mod_switch_theme.php index 4b48e00..76338e9 100644 --- a/modules/mod_switch_theme.php +++ b/modules/mod_switch_theme.php @@ -18,8 +18,8 @@ if( $change_theme == 'y' ) { $userStyle = $gBitUser->getPreference('theme'); $style = empty($userStyle) ? $style : $userStyle; } - if (isset($_COOKIE['bit-theme'])) { - $style = $_COOKIE['bit-theme']; + if (isset($_COOKIE['bw-theme'])) { + $style = $_COOKIE['bw-theme']; } $styles = $gBitThemes->getStyles( NULL, TRUE ); |
