mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Merge pull request #2477 from lonalore/master
Ability to use theme.xml to define library dependencies.
This commit is contained in:
@@ -20,10 +20,6 @@ define("SEP", " <span class='fa fa-play e-breadcrumb'></span> ");
|
||||
define("BOOTSTRAP", 3);
|
||||
define('FONTAWESOME', 4);
|
||||
|
||||
e107::library('load', 'bootstrap');
|
||||
e107::library('load', 'fontawesome');
|
||||
e107::library('load', 'bootstrap.editable');
|
||||
|
||||
$adminStyle = e107::pref('core', 'admincss', 'css/bootstrap-dark.min.css');
|
||||
e107::css('theme', $adminStyle);
|
||||
e107::css('theme', 'admin_style.css');
|
||||
|
Reference in New Issue
Block a user