From 169e9b0fc5601164d2f9cc2aabd07ee70aeba68d Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 22 Jan 2019 13:44:49 +0100 Subject: [PATCH] add comment about the PATH --- mod/view.php | 1 + 1 file changed, 1 insertion(+) 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");