]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseSettings.php
Update function / rearrange tab order
[friendica.git] / src / Module / BaseSettings.php
index a31b9d8a3cb51b9aa666cf598d4f78b2a941860f..4b26a0f262d85f764b091147918b23c52657298d 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -151,6 +151,13 @@ class BaseSettings extends BaseModule
                        'accesskey' => 'b',
                ];
 
+               $tabs[] = [
+                       'label'     => $this->t('Remote servers'),
+                       'url'       => 'settings/server',
+                       'selected'  => static::class == Settings\Server\Index::class ? 'active' : '',
+                       'accesskey' => 's',
+               ];
+
                $tabs[] = [
                        'label'     => $this->t('Export personal data'),
                        'url'       => 'settings/userexport',