X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fsettingsaction.php;h=8c00054dcb6323441b8e7079b5839dd592c26940;hb=592e2be5e1534c954c834fac65958d32bf0d874f;hp=c3669868d4d3cb177401e1f1747b7f7c06cf6c0d;hpb=7699bb3dba1ec4cab9e322ab01aeec80ca8e55df;p=quix0rs-gnu-social.git diff --git a/lib/settingsaction.php b/lib/settingsaction.php index c3669868d4..8c00054dcb 100644 --- a/lib/settingsaction.php +++ b/lib/settingsaction.php @@ -150,4 +150,17 @@ class SettingsAction extends CurrentUserDesignAction return ''; } + /** + * Show the local navigation menu + * + * This is the same for all settings, so we show it here. + * + * @return void + */ + + function showLocalNav() + { + $menu = new SettingsNav($this); + $menu->show(); + } }