getConfig('users_themes') == 'y'){ $new_theme = $_GET['theme']; if(isset($user) && $gBitSystem->getConfig('users_preferences') == 'y' ) { $gBitUser->storePreference('theme',$new_theme); setcookie('tiki-theme', '', time()-3600*24*30*12, $gBitSystem->getConfig('cookie_path'), $gBitSystem->getConfig('cookie_domain')); } else { setcookie('tiki-theme', $new_theme, time()+3600*24*30*12, $gBitSystem->getConfig('cookie_path'), $gBitSystem->getConfig('cookie_domain')); } } else{ setcookie('tiki-theme', '', time()-3600*24*30*12, $gBitSystem->getConfig('cookie_path'), $gBitSystem->getConfig('cookie_domain')); } header("location: $orig_url"); exit; ?>