Don't show search options in side bar.
This commit is contained in:
parent
3ff196f00d
commit
3bca2db11b
3 changed files with 20 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue