Adding missing call of the old getThemeBackup().

1.9.x
Julio Montoya 10 years ago
parent ca41c8a92a
commit b39bee24fd
  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 = Template::getThemeBackup().'/';
$theme = Template::getThemeFallback().'/';
$css_path = 'main/css/';
$css_file = $css_path.$theme.'default.css';

Loading…
Cancel
Save