X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnav.php;h=e6460c046b7a857d83f5c3eb1edf5a43b4d2b37b;hb=0adff6f6b893bd7562547bb00021f358383f51ba;hp=2e8dd772c5158f997451ab4fe3d92cb7b9eff78b;hpb=0c5f3152940682fd3fee66fb1b448ed130f9ee77;p=friendica.git diff --git a/include/nav.php b/include/nav.php index 2e8dd772c5..e6460c046b 100644 --- a/include/nav.php +++ b/include/nav.php @@ -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( @@ -170,7 +170,7 @@ function nav_info(&$a) { if(in_array($_SESSION['page_flags'], array(PAGE_NORMAL, PAGE_SOAPBOX, PAGE_FREELOVE))) { $nav['notifications'] = array('notifications', t('Notifications'), "", t('Notifications')); $nav['notifications']['all']=array('notifications/system', t('See all notifications'), "", ""); - $nav['notifications']['mark'] = array('', t('Mark all system notifications seen'), '',''); + $nav['notifications']['mark'] = array('', t('Mark as seen'), '',t('Mark all system notifications seen')); } }