$value) { if (substr($key,0,6) == 'theme_') { $tmp[] = $value; } } $newThemes = implode(',',$tmp); $themeeditclass = intval($_POST['themeeditclass']); if (($newThemes != $pref['allowed_themes']) || ($themeeditclass != $pref['allow_theme_select'])) { $pref['allowed_themes'] = $newThemes; $pref['allow_theme_select'] = $themeeditclass; save_prefs(); $woffle = LAN_UMENU_THEME_8.$pref['allowed_themes'].'[!br!]'.LAN_UMENU_THEME_9.$pref['allow_theme_select']; e107::getLog()->add('UTHEME_01',$woffle,E_LOG_INFORMATIVE,''); } } if (isset($pref['allowed_themes'])) { $allThemes = FALSE; $themeList = explode(',',$pref['allowed_themes']); } $themeeditclass = varset($pref['allow_theme_select'],e_UC_NOBODY); $text = "
"; $mes = e107::getMessage(); $ns->tablerender(LAN_UMENU_THEME_6,$mes->render().$text); require_once(e_ADMIN."footer.php"); /* function headerjs() { return ""; } */