HOTFIX to make all themes (but frio) working again

This commit is contained in:
Tobias Diekershoff 2020-08-21 06:57:54 +02:00
parent 61a2b225bb
commit 3f6ca6345e

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";
}