From 571678abc2af73a4cf86766cd1deab75d6e9e08f Mon Sep 17 00:00:00 2001 From: Alex Aragon Date: Mon, 15 Aug 2016 11:37:48 -0500 Subject: [PATCH] removing font awesome --- main/inc/global_error_message.inc.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/main/inc/global_error_message.inc.php b/main/inc/global_error_message.inc.php index 76b670d743..82a37b505d 100755 --- a/main/inc/global_error_message.inc.php +++ b/main/inc/global_error_message.inc.php @@ -58,16 +58,15 @@ if (is_int($global_error_code) && $global_error_code > 0) { $root_rel = ''; $installation_guide_url = $root_rel.'documentation/installation_guide.html'; - + $css_path = 'app/Resources/public/css/'; $css_web_assets = 'web/assets/'; $css_web_path = 'web/css/'; $themePath = $css_path.'themes/'.$theme.'/default.css'; - $css_web_fontawesome = $css_web_assets.'fontawesome/css/font-awesome.css'; $bootstrap_file = $css_web_assets.'bootstrap/dist/css/bootstrap.min.css'; $css_base_file = $css_web_path.'base.css'; - $css_list = array($bootstrap_file, $css_web_fontawesome, $css_base_file, $themePath); + $css_list = array($bootstrap_file, $css_base_file, $themePath); $web_img = 'main/img'; $root_sys = str_replace('\\', '/', realpath(__DIR__.'/../../')).'/'; @@ -115,7 +114,7 @@ if (is_int($global_error_code) && $global_error_code > 0) {

Let\'s start hunting skills down with Chamilo LMS! This wizard will guide you through the Chamilo installation and configuration process.

- '.$read_installation_guide.' + '.$read_installation_guide.'