]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Nav.php
Continued:
[friendica.git] / src / Content / Nav.php
index cfebc08f36a957c5104dfe3754ed3930eee2c2a1..a8f568630fcfdd093df66d89b34953a19961c583 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -40,21 +40,21 @@ use Friendica\Network\HTTPException;
 class Nav
 {
        private static $selected = [
-               'global'    => null,
-               'community' => null,
-               'channel'   => 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
        ];
 
        /**
@@ -289,8 +289,6 @@ class Nav
                        $nav['community'] = ['community', $this->l10n->t('Community'), '', $this->l10n->t('Conversations on this and other servers')];
                }
 
-               $nav['channel'] = ['channel', $this->l10n->t('Channels'), '', $this->l10n->t('Current posts, filtered by several rules')];
-
                if ($this->session->getLocalUserId()) {
                        $nav['calendar'] = ['calendar', $this->l10n->t('Calendar'), '', $this->l10n->t('Calendar')];
                }