From: Tobias Diekershoff Date: Tue, 22 Jan 2019 12:44:49 +0000 (+0100) Subject: add comment about the PATH X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=169e9b0fc5601164d2f9cc2aabd07ee70aeba68d;p=friendica.git add comment about the PATH --- diff --git a/mod/view.php b/mod/view.php index 640606bce1..f4f1692cb6 100644 --- a/mod/view.php +++ b/mod/view.php @@ -13,6 +13,7 @@ function view_init(App $a) if ($a->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");