defperm app

This commit is contained in:
Mario Vavti
2018-10-04 13:26:45 +02:00
parent d0605e8d5f
commit c00dc6120d
3 changed files with 39 additions and 23 deletions

View File

@@ -65,14 +65,6 @@ class Settings_menu {
);
}
if($role === false || $role === 'custom') {
$tabs[] = array(
'label' => t('Connection Default Permissions'),
'url' => z_root() . '/defperms',
'selected' => ''
);
}
$tabtpl = get_markup_template("generic_links_widget.tpl");
return replace_macros($tabtpl, array(
'$title' => t('Settings'),