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/search.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/search.php')
-rw-r--r-- | mod/search.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/search.php b/mod/search.php index 7605e9ae2..20113e75b 100644 --- a/mod/search.php +++ b/mod/search.php @@ -9,6 +9,9 @@ function search_post(&$a) { function search_content(&$a) { + if(x($_SESSION,'theme')) + unset($_SESSION['theme']); + $o = '<div id="live-search"></div>' . "\r\n"; $o .= '<h3>' . t('Search') . '</h3>'; |