1
0
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:
Lóna Lore
2017-03-02 20:55:31 +01:00
parent aa36466220
commit 53a7fb2fc9
8 changed files with 175 additions and 35 deletions

View File

@@ -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);