X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fview.php;h=f4f1692cb6ffdfcdb9b9689c620191ff001c6e08;hb=41663c7592abe55a958632c3a48265e0a8544d2b;hp=15b3733b3fc974f45dcb21d2c2bec7a3728b6ef3;hpb=743f2e0391315d6945b5c53a4d08938ee85e6aed;p=friendica.git diff --git a/mod/view.php b/mod/view.php index 15b3733b3f..f4f1692cb6 100644 --- a/mod/view.php +++ b/mod/view.php @@ -1,17 +1,23 @@ argc == 4){ $theme = $a->argv[2]; + // 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"); } - killme(); + exit(); }