Only hide the search if "local_search" was activated.

This commit is contained in:
Michael Vogel 2016-04-25 16:42:16 +02:00
parent 0c5f315294
commit 75fefeba95
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ function nav_info(&$a) {
if(count($a->apps)>0)
$nav['apps'] = array('apps', t('Apps'), "", t('Addon applications, utilities, games'));
if (local_user()) {
if (local_user() OR !get_config('system','local_search')) {
$nav['search'] = array('search', t('Search'), "", t('Search site content'));
$nav['searchoption'] = array(