Don't show search options in side bar.
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ function search_content(&$a) {
|
||||
}
|
||||
|
||||
|
||||
$o .= search($search,'search-box','/search',((local_user()) ? true : false));
|
||||
$o .= search($search,'search-box','/search',((local_user()) ? true : false), false);
|
||||
|
||||
if(strpos($search,'#') === 0) {
|
||||
$tag = true;
|
||||
|
||||
Reference in New Issue
Block a user