X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FBaseSettings.php;h=4b26a0f262d85f764b091147918b23c52657298d;hb=e1863951986ba5be173758324a00652bc5af870c;hp=a31b9d8a3cb51b9aa666cf598d4f78b2a941860f;hpb=3f6ec3dd31563550cedb18d956618eee64313f69;p=friendica.git diff --git a/src/Module/BaseSettings.php b/src/Module/BaseSettings.php index a31b9d8a3c..4b26a0f262 100644 --- a/src/Module/BaseSettings.php +++ b/src/Module/BaseSettings.php @@ -1,6 +1,6 @@ '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',