1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +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

@@ -111,6 +111,10 @@ function loadJSAddons()
}
// Load library dependencies.
e107::getTheme('current', true)->loadLibrary();
// Load other JS files.
loadJSAddons();