add comment about the PATH
This commit is contained in:
parent
31fedf359d
commit
169e9b0fc5
|
@ -13,6 +13,7 @@ function view_init(App $a)
|
||||||
|
|
||||||
if ($a->argc == 4){
|
if ($a->argc == 4){
|
||||||
$theme = $a->argv[2];
|
$theme = $a->argv[2];
|
||||||
|
// set the path for later use in the theme styles
|
||||||
$THEMEPATH = "view/theme/$theme";
|
$THEMEPATH = "view/theme/$theme";
|
||||||
if(file_exists("view/theme/$theme/style.php"))
|
if(file_exists("view/theme/$theme/style.php"))
|
||||||
require_once("view/theme/$theme/style.php");
|
require_once("view/theme/$theme/style.php");
|
||||||
|
|
Loading…
Reference in a new issue