mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Display Theme/Plugin update shortcode on dashboard only.
This commit is contained in:
@@ -24,19 +24,9 @@ e107::library('load', 'bootstrap');
|
||||
e107::library('load', 'fontawesome');
|
||||
e107::library('load', 'bootstrap.editable');
|
||||
|
||||
|
||||
$adminStyle = e107::pref('core', 'admincss');
|
||||
|
||||
//e107::css('theme', 'css/bootstrap-dark.min.css');
|
||||
$adminStyle = e107::pref('core', 'admincss', 'css/bootstrap-dark.min.css');
|
||||
e107::css('theme', $adminStyle);
|
||||
e107::css('theme', 'admin_style.css');
|
||||
|
||||
if(!deftrue('e_DEBUG'))
|
||||
{
|
||||
e107::css('theme', 'admin_dark.css');
|
||||
}
|
||||
|
||||
|
||||
e107::css('theme', 'ie_all.css', null, 'all', "<!--[if IE]>", "<![endif]-->");
|
||||
|
||||
e107::css('inline', "
|
||||
|
Reference in New Issue
Block a user