Install: Fix paths for web fonts in chamilo theme

pull/3446/head
Angel Fernando Quiroz Campos 5 years ago
parent 6e3964efc3
commit 615f2c7ea3
  1. 2
      main/inc/global_error_message.inc.php

@ -78,6 +78,8 @@ if (is_int($global_error_code) && $global_error_code > 0) {
}
}
$css_def = str_replace("themes/$theme/", "$css_web_path/themes/$theme/", $css_def);
$global_error_message = [];
switch ($global_error_code) {

Loading…
Cancel
Save