mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 10:23:53 +02:00
Use Font-Awesome4 for all Glyphs.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
<?php
|
||||
if ( ! defined('e107_INIT')) { exit(); }
|
||||
|
||||
define("SEP"," <i class='icon-play e-breadcrumb'></i> ");
|
||||
define("SEP"," <span class='icon-play e-breadcrumb'></span> ");
|
||||
|
||||
// e107::lan('theme');
|
||||
e107::js('core','bootstrap/js/bootstrap.min.js');
|
||||
e107::css('core','bootstrap/css/bootstrap.min.css');
|
||||
e107::css('core','bootstrap/css/bootstrap-responsive.min.css');
|
||||
//e107::css('core','font-awesome/css/font-awesome.min.css');
|
||||
e107::css('url', "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css");
|
||||
|
||||
// e107::css('core','bootstrap/css/jquery-ui.custom.css');
|
||||
e107::css('theme','admin_style.css');
|
||||
|
Reference in New Issue
Block a user