diff options
author | friendica <info@friendica.com> | 2012-08-08 18:50:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-08 18:50:33 -0700 |
commit | 432595314affa179bdce439d6e90955cee99cd9e (patch) | |
tree | 4c5bbe70b336c5482b6a40469a93c828bab9a3e9 /mod/view.php | |
parent | 9a39d4ade21af15e9d6a3aae1f467f0d173cc0de (diff) | |
parent | 5c4246e6033fb1130aa0393878c36d5f3bbd4694 (diff) | |
download | volse-hubzilla-432595314affa179bdce439d6e90955cee99cd9e.tar.gz volse-hubzilla-432595314affa179bdce439d6e90955cee99cd9e.tar.bz2 volse-hubzilla-432595314affa179bdce439d6e90955cee99cd9e.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'mod/view.php')
-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(); |