From: Tobias Diekershoff Date: Fri, 21 Aug 2020 04:57:54 +0000 (+0200) Subject: HOTFIX to make all themes (but frio) working again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3f6ca6345efe5525a1349fea1d8238e9dc1edce2;p=friendica.git HOTFIX to make all themes (but frio) working again --- 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"; }