X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FNav.php;h=cab5f7a4250ac3a77a96afd5e2e6d530eed02cb4;hb=5cf71baf551bf209e62cf13b16173bddcd76a0fc;hp=470882b0757db3a83dce55f9f90bc46075b6ccbc;hpb=ee5acc29c3722de9b48c11fe0d6316a83f43f1de;p=friendica.git diff --git a/src/Content/Nav.php b/src/Content/Nav.php index 470882b075..cab5f7a425 100644 --- a/src/Content/Nav.php +++ b/src/Content/Nav.php @@ -40,20 +40,21 @@ use Friendica\Network\HTTPException; class Nav { private static $selected = [ - 'global' => null, - 'community' => null, - 'network' => null, - 'home' => null, - 'profiles' => null, + 'global' => null, + 'community' => null, + 'channel' => null, + 'network' => null, + 'home' => null, + 'profiles' => null, 'introductions' => null, 'notifications' => null, - 'messages' => null, - 'directory' => null, - 'settings' => null, - 'contacts' => null, - 'delegation'=> null, - 'calendar' => null, - 'register' => null + 'messages' => null, + 'directory' => null, + 'settings' => null, + 'contacts' => null, + 'delegation' => null, + 'calendar' => null, + 'register' => null ]; /** @@ -123,7 +124,7 @@ class Nav '$apps' => $this->getAppMenu(), '$home' => $this->l10n->t('Go back'), '$clear_notifs' => $this->l10n->t('Clear notifications'), - '$search_hint' => $this->l10n->t('@name, !forum, #tags, content') + '$search_hint' => $this->l10n->t('@name, !group, #tags, content') ]); Hook::callAll('page_header', $nav); @@ -199,6 +200,7 @@ class Nav 'moderation' => null, 'apps' => null, 'community' => null, + 'channel' => null, 'home' => null, 'calendar' => null, 'login' => null, @@ -273,7 +275,7 @@ class Nav ]; if ($this->config->get('system', 'poco_local_search')) { - $nav['searchoption'][] = $this->l10n->t('Forums'); + $nav['searchoption'][] = $this->l10n->t('Groups'); } }