From 3f6ca6345efe5525a1349fea1d8238e9dc1edce2 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 21 Aug 2020 06:57:54 +0200 Subject: [PATCH] HOTFIX to make all themes (but frio) working again --- src/Module/Theme.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Module/Theme.php b/src/Module/Theme.php index 87aa8dedda..63004c9280 100644 --- a/src/Module/Theme.php +++ b/src/Module/Theme.php @@ -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"; }