diff --git a/e107_handlers/media_class.php b/e107_handlers/media_class.php index ca90d997e..4e44a9cb3 100644 --- a/e107_handlers/media_class.php +++ b/e107_handlers/media_class.php @@ -887,7 +887,7 @@ class e_media if($type == 'fa4') { $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); } elseif($type == 'fa3') diff --git a/e107_themes/bootstrap/admin_theme.php b/e107_themes/bootstrap/admin_theme.php index a6963647c..6588fe205 100644 --- a/e107_themes/bootstrap/admin_theme.php +++ b/e107_themes/bootstrap/admin_theme.php @@ -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-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('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('theme','admin_style.css');