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/directory.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/directory.php')
-rw-r--r-- | mod/directory.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/directory.php b/mod/directory.php index b0cee76cb..82f2b79b3 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -14,6 +14,8 @@ function directory_post(&$a) { function directory_content(&$a) { $o = ''; $o .= '<script> $(document).ready(function() { $(\'#nav-directory-link\').addClass(\'nav-selected\'); });</script>'; + if(x($_SESSION,'theme')) + unset($_SESSION['theme']); if(x($a->data,'search')) $search = notags(trim($a->data['search'])); |