1
0
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:
Cameron
2014-01-16 02:42:26 -08:00
parent ee3ff4c781
commit 4081d7936b
5 changed files with 12 additions and 12 deletions

View File

@@ -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');