diff options
author | root <root@diekershoff.homeunix.net> | 2010-12-08 06:53:48 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2010-12-08 06:53:48 +0100 |
commit | af48dbec7f87a75a66f79887b6d2419b661e263d (patch) | |
tree | 5d8a633d2f6b06a16ca2a3c99d48276db44395c8 | |
parent | dd185daf90e446f41a6b2dc202328b44b733a101 (diff) | |
download | volse-hubzilla-af48dbec7f87a75a66f79887b6d2419b661e263d.tar.gz volse-hubzilla-af48dbec7f87a75a66f79887b6d2419b661e263d.tar.bz2 volse-hubzilla-af48dbec7f87a75a66f79887b6d2419b661e263d.zip |
a littdle addition
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ if($a->module != 'install') // make sure the desired theme exists, though if the default theme doesn't exist we're stuffed. -if((x($_SESSION,'theme')) && (! file_exists('/view/theme/' . $_SESSION['theme'] . '/style.css'))) +if((x($_SESSION,'theme')) && (! file_exists('view/theme/' . $_SESSION['theme'] . '/style.css'))) unset($_SESSION['theme']); $a->page['htmlhead'] = replace_macros($a->page['htmlhead'], array( |