diff options
author | Thomas Willingham <founder@kakste.com> | 2012-08-07 21:32:19 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-08-07 21:32:19 +0100 |
commit | 5b1a4100e07db023b0f6dae89aa009e74992b7e6 (patch) | |
tree | 0ddf7e1762d5c52be2c931154737314a3e478a9b | |
parent | 49feb09c98aef8133f7f46a74934bef03b32618e (diff) | |
download | volse-hubzilla-5b1a4100e07db023b0f6dae89aa009e74992b7e6.tar.gz volse-hubzilla-5b1a4100e07db023b0f6dae89aa009e74992b7e6.tar.bz2 volse-hubzilla-5b1a4100e07db023b0f6dae89aa009e74992b7e6.zip |
More wrong links
-rw-r--r-- | mod/view.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/view.php b/mod/view.php index 15b3733b3..965e18067 100644 --- a/mod/view.php +++ b/mod/view.php @@ -9,8 +9,8 @@ function view_init($a){ if ($a->argc == 4){ $theme = $a->argv[2]; $THEMEPATH = "view/theme/$theme"; - if(file_exists("view/theme/$theme/style.php")) - require_once("view/theme/$theme/style.php"); + if(file_exists("view/theme/$theme/php/style.php")) + require_once("view/theme/$theme/php/style.php"); } killme(); |