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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user