aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2010-12-08 06:53:48 +0100
committerroot <root@diekershoff.homeunix.net>2010-12-08 06:53:48 +0100
commitaf48dbec7f87a75a66f79887b6d2419b661e263d (patch)
tree5d8a633d2f6b06a16ca2a3c99d48276db44395c8
parentdd185daf90e446f41a6b2dc202328b44b733a101 (diff)
downloadvolse-hubzilla-af48dbec7f87a75a66f79887b6d2419b661e263d.tar.gz
volse-hubzilla-af48dbec7f87a75a66f79887b6d2419b661e263d.tar.bz2
volse-hubzilla-af48dbec7f87a75a66f79887b6d2419b661e263d.zip
a littdle addition
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index cf20d35a2..ec7d6e31f 100644
--- a/index.php
+++ b/index.php
@@ -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(