1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00

icon tweaks

This commit is contained in:
Cameron
2013-07-12 12:06:19 -07:00
parent 63deda350d
commit 917bbef849
4 changed files with 14 additions and 7 deletions

View File

@@ -79,6 +79,7 @@ function loadJSAddons()
// e107::css('core', 'bootstrap-tag/bootstrap-tag.css', 'jquery');
e107::js('core', 'bootstrap-tag/bootstrap-tag.js', 'jquery', 2);
// e107::js("core", "tags/jquery.tagit.js","jquery",3);
// e107::css('core', 'tags/jquery.tagit.css', 'jquery');
@@ -88,6 +89,7 @@ function loadJSAddons()
e107::css('core', 'core/all.jquery.css', 'jquery');
e107::js("core", "core/all.jquery.js","jquery",4); // Load all default functions.
}
loadJSAddons();
@@ -215,6 +217,7 @@ if (isset($eplug_css) && $eplug_css)
if(e107::getPref('admincss') == "admin_dark.css" && !vartrue($_GET['configure']))
{
$e_js->coreCSS('bootstrap/css/darkstrap.css');
}
@@ -246,6 +249,10 @@ if(e_PAGE == 'menus.php' && vartrue($_GET['configure'])) // Quick fix for Menu M
$e_js->themeCSS($css_file); // Test with superhero.css for frontend bootstrap and 'dark' for backend bootstrap.
// return;
}
else
{
$e_js->coreCSS('font-awesome/css/font-awesome.min.css');
}