mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 17:19:56 +02:00
Ability to use theme.xml to define library dependencies.
This commit is contained in:
@@ -20,9 +20,6 @@ define("BOOTSTRAP", 3);
|
||||
define("FONTAWESOME", 4);
|
||||
define('VIEWPORT', "width=device-width, initial-scale=1.0");
|
||||
|
||||
e107::library('load', 'bootstrap');
|
||||
e107::library('load', 'fontawesome');
|
||||
|
||||
// CDN provider for Bootswatch.
|
||||
$cndPref = e107::pref('theme', 'cdn', 'cdnjs');
|
||||
$bootswatch = e107::pref('theme', 'bootswatch', false);
|
||||
|
Reference in New Issue
Block a user