Replace current_theme() and current_theme_url() calls

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

View file

@ -162,7 +162,7 @@ class Theme
} else {
$parent = 'NOPATH';
}
$theme = current_theme();
$theme = get_app()->getCurrentTheme();
$thname = $theme;
$ext = substr($file, strrpos($file, '.') + 1);
$paths = [