]> git.mxchange.org Git - friendica.git/commitdiff
add comment about the PATH
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 22 Jan 2019 12:44:49 +0000 (13:44 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 22 Jan 2019 12:44:49 +0000 (13:44 +0100)
mod/view.php

index 640606bce1aeaca332705bf4c3c8b598584aa9ae..f4f1692cb6ffdfcdb9b9689c620191ff001c6e08 100644 (file)
@@ -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");