1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 07:36:32 +02:00

Support for theme glyphicons.

This commit is contained in:
Cameron
2017-01-01 08:13:42 -08:00
parent 74dc23d85f
commit 882efff6ec
5 changed files with 166 additions and 20 deletions

View File

@@ -99,7 +99,6 @@ loadJSAddons();
// e107::js("core", "core/admin.js","prototype",3); // Load all default functions.
@@ -198,6 +197,13 @@ if (!isset($no_core_css) || !$no_core_css)
$e_js->otherCSS('{e_WEB_CSS}e107.css');
}
$custom = e107::getThemeGlyphs();
foreach($custom as $val)
{
$e_js->otherCSS($val['path']);
}
// Register Plugin specific CSS
// DEPRECATED, use $e_js->pluginCSS('myplug', 'style/myplug.css'[, $media = 'all|screen|...']);
if (isset($eplug_css) && $eplug_css)