aboutsummaryrefslogtreecommitdiffstats
path: root/mod/login.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-07 04:33:34 -0800
committerFriendika <info@friendika.com>2011-01-07 04:33:34 -0800
commit2a269e0c182eb90405644190abe6f40a9cdef615 (patch)
treefabdba7035bc025ceb8afbeccaadee31c768cda9 /mod/login.php
parentd1432fe7b5cd6c2877fe2c99303870f27f96224a (diff)
downloadvolse-hubzilla-2a269e0c182eb90405644190abe6f40a9cdef615.tar.gz
volse-hubzilla-2a269e0c182eb90405644190abe6f40a9cdef615.tar.bz2
volse-hubzilla-2a269e0c182eb90405644190abe6f40a9cdef615.zip
use default system theme for system pages
Diffstat (limited to 'mod/login.php')
-rw-r--r--mod/login.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/login.php b/mod/login.php
index 6ee625966..58af42d74 100644
--- a/mod/login.php
+++ b/mod/login.php
@@ -1,5 +1,8 @@
<?php
function login_content(&$a) {
+ if(x($_SESSION,'theme'))
+ unset($_SESSION['theme']);
return login(($a->config['register_policy'] == REGISTER_CLOSED) ? false : true);
+
} \ No newline at end of file