more search work
This commit is contained in:
parent
fae9c23637
commit
d450fc61c4
@ -56,8 +56,7 @@ class Search extends \Zotlabs\Web\Controller {
|
||||
|
||||
$static = ((array_key_exists('static',$_REQUEST)) ? intval($_REQUEST['static']) : 0);
|
||||
|
||||
if((! local_channel()) || (! feature_enabled(local_channel(),'savedsearch')))
|
||||
$o .= search($search,'search-box','/search',((local_channel()) ? true : false));
|
||||
$o .= search($search,'search-box','/search',((local_channel()) ? true : false));
|
||||
|
||||
if(strpos($search,'#') === 0) {
|
||||
$tag = true;
|
||||
|
@ -1,5 +1,4 @@
|
||||
[region=aside]
|
||||
[widget=sitesearch][/widget]
|
||||
[/region]
|
||||
[region=right_aside]
|
||||
[widget=notifications][/widget]
|
||||
|
Reference in New Issue
Block a user