aboutsummaryrefslogtreecommitdiffstats
path: root/mod/search.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/search.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/search.php')
-rw-r--r--mod/search.php3
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>';