diff --git a/e107_plugins/tinymce4/wysiwyg.php b/e107_plugins/tinymce4/wysiwyg.php index aa8a575e6..68128814c 100644 --- a/e107_plugins/tinymce4/wysiwyg.php +++ b/e107_plugins/tinymce4/wysiwyg.php @@ -10,6 +10,7 @@ $_E107['no_online'] = true; require_once("../../class2.php"); +/* $text = <<config['convert_fonts_to_spans'] = false; - $this->config['content_css'] = 'http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css'; + $this->config['content_css'] = 'http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css'; $this->config['relative_urls'] = false; //Media Manager prefers it like this. $this->config['preformatted'] = true; diff --git a/e107_themes/bootstrap3/theme.php b/e107_themes/bootstrap3/theme.php index f291efa3f..be7583260 100644 --- a/e107_themes/bootstrap3/theme.php +++ b/e107_themes/bootstrap3/theme.php @@ -10,7 +10,7 @@ define('VIEWPORT', "width=device-width, initial-scale=1.0"); e107::js("url", "//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"); e107::css('url', '//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.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::js("footer-inline", "$('.e-tip').tooltip({container: 'body'})"); // activate bootstrap tooltips.