1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 17:50:12 +02:00

More files upgraded to FontAwesome 4.1

This commit is contained in:
Cameron
2014-06-12 16:30:26 -07:00
parent ba72b740c2
commit 19d6ab7354
2 changed files with 5 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
$_E107['no_online'] = true;
require_once("../../class2.php");
/*
$text = <<<TMPL
@@ -44,6 +45,8 @@ tinymce.init({
TMPL;
$output = str_replace("{e_PLUGIN_ABS}", e_PLUGIN_ABS, $text);
*/
$wy = new wysiwyg();
@@ -239,7 +242,7 @@ class wysiwyg
}
$this->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;