Merge pull request #9043 from tobiasd/20200821-fixingthemes

HOTFIX to make all themes (but frio) working again
This commit is contained in:
Hypolite Petovan 2020-08-21 08:05:15 -04:00 committed by GitHub
commit 313fdb94bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@ class Theme extends BaseModule
}
// set the path for later use in the theme styles
$THEMEPATH = "view/theme/$theme";
if (file_exists("view/theme/$theme/style.php")) {
require_once "view/theme/$theme/style.php";
}