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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user