X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FTheme.php;h=50a4f6c55aff82be959f048acb01a00d8492d419;hb=7072a7178896c567caf5003e94a8f8045221bd8f;hp=87aa8deddaaea584db17b19544e6d1daafd9aaa7;hpb=0388281e86eeaa4d557d7f04374e57893d542fac;p=friendica.git diff --git a/src/Module/Theme.php b/src/Module/Theme.php index 87aa8dedda..50a4f6c55a 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(); } }