mirror of
https://github.com/e107inc/e107.git
synced 2025-06-04 18:06:58 +02:00
Updated FontAwesome to v4.1.0
This commit is contained in:
parent
d8c02cedd3
commit
3e0d0d60c9
@ -887,7 +887,7 @@ class e_media
|
|||||||
if($type == 'fa4')
|
if($type == 'fa4')
|
||||||
{
|
{
|
||||||
$pattern = '/\.(fa-(?:\w+(?:-)?)+):before/';
|
$pattern = '/\.(fa-(?:\w+(?:-)?)+):before/';
|
||||||
$subject = e107::getFile()->getRemoteContent('http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css');
|
$subject = e107::getFile()->getRemoteContent('http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css');
|
||||||
// print_a($subject);
|
// print_a($subject);
|
||||||
}
|
}
|
||||||
elseif($type == 'fa3')
|
elseif($type == 'fa3')
|
||||||
|
@ -11,7 +11,7 @@ e107::js('core','bootstrap/js/bootstrap.min.js');
|
|||||||
e107::css('core','bootstrap/css/bootstrap.min.css');
|
e107::css('core','bootstrap/css/bootstrap.min.css');
|
||||||
e107::css('core','bootstrap/css/bootstrap-responsive.min.css');
|
e107::css('core','bootstrap/css/bootstrap-responsive.min.css');
|
||||||
//e107::css('core','font-awesome/css/font-awesome.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('url', "//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
|
||||||
|
|
||||||
// e107::css('core','bootstrap/css/jquery-ui.custom.css');
|
// e107::css('core','bootstrap/css/jquery-ui.custom.css');
|
||||||
e107::css('theme','admin_style.css');
|
e107::css('theme','admin_style.css');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user