Update $theme to 'chamilo_red_utp/' -refs BT#7788

1.9.x
Daniel Barreto 11 years ago
parent d8e31c4a74
commit c3c64db6b7
  1. 2
      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';

Loading…
Cancel
Save