diff options
author | Mario <mario@mariovavti.com> | 2018-09-22 19:48:17 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-09-22 19:48:17 +0200 |
commit | 45078dda825d6412f755e2727e25c027ca48c1e9 (patch) | |
tree | 4bc4134fc7539ec032d5ef8abc7f5a73044f6cef /Zotlabs | |
parent | 822bbd9ad5e84f556ca6e6580d3a5326c301af8f (diff) | |
download | volse-hubzilla-45078dda825d6412f755e2727e25c027ca48c1e9.tar.gz volse-hubzilla-45078dda825d6412f755e2727e25c027ca48c1e9.tar.bz2 volse-hubzilla-45078dda825d6412f755e2727e25c027ca48c1e9.zip |
introduce profile settings and provide a way for modules without an app to still be able to link to its settings page from the navbar
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Profiles.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Profiles.php b/Zotlabs/Module/Profiles.php index 202ee462a..de4075ba9 100644 --- a/Zotlabs/Module/Profiles.php +++ b/Zotlabs/Module/Profiles.php @@ -8,8 +8,8 @@ require_once('include/selectors.php'); class Profiles extends \Zotlabs\Web\Controller { function init() { - - nav_set_selected('Profiles'); + + nav_set_selected('Profiles', 'settings/profiles'); if(! local_channel()) { return; |