From 3aac54caaf303b5f605135e8384a87546f7149df Mon Sep 17 00:00:00 2001 From: SecretR Date: Tue, 4 Dec 2012 16:27:58 +0200 Subject: [PATCH] quick & temporary admin sprite icon fix (menu administration) - awaiting discussion --- e107_admin/menus.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/e107_admin/menus.php b/e107_admin/menus.php index 372b35d63..3a7ff87e1 100644 --- a/e107_admin/menus.php +++ b/e107_admin/menus.php @@ -31,6 +31,12 @@ if (!getperms("2")) e107::coreLan('menus', true); e107::coreLan('admin', true); +// FIXME - quick temporarry fix for missing icons on menu administration. We need different core style to be included (forced) here - e.g. e107_web/css/admin/sprite.css +if(e_IFRAME) +{ + e107::css('url','{e_THEME}/bootstrap/admin_style.css'); +} + if(strpos(e_QUERY, 'configure') !== FALSE ) {