]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/settingsaction.php
Make new menu the default menu
[quix0rs-gnu-social.git] / lib / settingsaction.php
index c3669868d4d3cb177401e1f1747b7f7c06cf6c0d..8c00054dcb6323441b8e7079b5839dd592c26940 100644 (file)
@@ -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();
+    }
 }