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

This commit is contained in:
Mario
2018-09-22 19:48:17 +02:00
parent 822bbd9ad5
commit 45078dda82
2 changed files with 14 additions and 6 deletions

View File

@@ -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;