From 2a269e0c182eb90405644190abe6f40a9cdef615 Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 7 Jan 2011 04:33:34 -0800 Subject: use default system theme for system pages --- mod/search.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/search.php') 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 = '' . "\r\n"; $o .= '

' . t('Search') . '

'; -- cgit v1.2.3