From 884bfe5809ba8ec941ee5d4341040db712533377 Mon Sep 17 00:00:00 2001 From: SecretR Date: Thu, 28 Feb 2013 16:12:35 +0200 Subject: [PATCH] Removed "Set As Site Theme" and "Set As Admin Theme" buttons from theme manager option forms --- e107_handlers/theme_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .= "";