diff options
author | Friendika <info@friendika.com> | 2011-01-07 04:33:34 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-07 04:33:34 -0800 |
commit | 2a269e0c182eb90405644190abe6f40a9cdef615 (patch) | |
tree | fabdba7035bc025ceb8afbeccaadee31c768cda9 /mod/login.php | |
parent | d1432fe7b5cd6c2877fe2c99303870f27f96224a (diff) | |
download | volse-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.php | 3 |
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 |