diff options
author | friendica <info@friendica.com> | 2012-11-04 20:53:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-04 20:53:59 -0800 |
commit | 152641bf243dde9cf01d9a95038939ac9ddf0f3e (patch) | |
tree | 8ac950c4cb23d963691c8fa946fd6fed19eb8d9e /index.php | |
parent | 94f737b69912a32b5ae693f5aab3da0df7956926 (diff) | |
download | volse-hubzilla-152641bf243dde9cf01d9a95038939ac9ddf0f3e.tar.gz volse-hubzilla-152641bf243dde9cf01d9a95038939ac9ddf0f3e.tar.bz2 volse-hubzilla-152641bf243dde9cf01d9a95038939ac9ddf0f3e.zip |
that was certainly some fun debugging (not)
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ if(strlen($a->module)) { /** * load current theme info */ -$theme_info_file = "view/theme/".current_theme()."/theme.php"; +$theme_info_file = "view/theme/".current_theme()."/php/theme.php"; if (file_exists($theme_info_file)){ require_once($theme_info_file); } |