X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FTheme.php;h=5161725d5e7f64c0639c35384bf1ad0cf062f84b;hb=75f8b3374e3717a5308fcb31b2a9f4f3118fda63;hp=87aa8deddaaea584db17b19544e6d1daafd9aaa7;hpb=91a1e5df91b1f4852abf765aed7f9836dcf5fb58;p=friendica.git diff --git a/src/Module/Theme.php b/src/Module/Theme.php index 87aa8dedda..5161725d5e 100644 --- a/src/Module/Theme.php +++ b/src/Module/Theme.php @@ -1,6 +1,6 @@ parameters['theme']); if (file_exists("view/theme/$theme/theme.php")) { require_once "view/theme/$theme/theme.php"; } // 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"; } - - exit(); + System::exit(); } }