1
1
Fork 0

Replace current_theme() and current_theme_url() calls

This commit is contained in:
Hypolite Petovan 2018-04-28 18:37:04 -04:00
commit fde3d6f870
9 changed files with 22 additions and 19 deletions

View file

@ -513,7 +513,7 @@ function load_view_file($s) {
return $content;
}
$theme = current_theme();
$theme = $a->getCurrentTheme();
if (file_exists("$d/theme/$theme/$b")) {
$stamp1 = microtime(true);