]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseSettings.php
Merge pull request #13800 from annando/channel-languages
[friendica.git] / src / Module / BaseSettings.php
index f3acb19a2139daae7f35eb022bf211c34e8136cd..9af95bfb2f20a74aee12605c730c6122df563172 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
  *
@@ -121,6 +121,13 @@ class BaseSettings extends BaseModule
                        'accesskey' => 'i',
                ];
 
+               $tabs[] = [
+                       'label'     => $this->t('Channels'),
+                       'url'       => 'settings/channels',
+                       'selected'  => static::class == Settings\Channels::class ? 'active' : '',
+                       'accesskey' => '',
+               ];
+
                $tabs[] = [
                        'label'     => $this->t('Social Networks'),
                        'url'       => 'settings/connectors',