diff --git a/e107_handlers/theme_handler.php b/e107_handlers/theme_handler.php index 708ebcc09..7a828b154 100644 --- a/e107_handlers/theme_handler.php +++ b/e107_handlers/theme_handler.php @@ -1174,14 +1174,14 @@ class themeHandler { $mainid = "selectmain[".$theme['id']."]"; $text .= $this->frm->admin_button('submit_adminstyle', TPVLAN_35, 'update'); - $text .= $this->frm->admin_button($mainid, TPVLAN_10, 'other'); + //$text .= $this->frm->admin_button($mainid, TPVLAN_10, 'other'); } else // main { $adminid = "selectadmin[".$theme['id']."]"; $text .= $this->frm->admin_button('submit_style', TPVLAN_35, 'update'); - $text .= $this->frm->admin_button($adminid, TPVLAN_32, 'other'); + //$text .= $this->frm->admin_button($adminid, TPVLAN_32, 'other'); } $text .= "";