From c3c64db6b7df5f0495ec110354fe73b9c47be77f Mon Sep 17 00:00:00 2001 From: Daniel Barreto Date: Mon, 17 Mar 2014 15:54:20 -0500 Subject: [PATCH] Update $theme to 'chamilo_red_utp/' -refs BT#7788 --- main/inc/global_error_message.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/global_error_message.inc.php b/main/inc/global_error_message.inc.php index d063015ded..31f901abd0 100644 --- a/main/inc/global_error_message.inc.php +++ b/main/inc/global_error_message.inc.php @@ -50,7 +50,7 @@ $TechnicalIssuesDescription = 'This portal is currently experiencing technical i if (is_int($global_error_code) && $global_error_code > 0) { - $theme = 'chamilo/'; + $theme = 'chamilo_red_utp/'; $css_path = 'main/css/'; $css_file = $css_path.$theme.'default.css'; $bootstrap_file = $css_path.'bootstrap.css';