implement conversation tools (settings/conversation), remove additional features from the settings menu and get rid of skill levels

This commit is contained in:
Mario Vavti
2018-09-27 14:56:47 +02:00
parent bdf6289b32
commit 6b23c3e179
13 changed files with 194 additions and 145 deletions

View File

@@ -45,14 +45,6 @@ class Settings_menu {
);
if(get_account_techlevel() > 0 && get_features()) {
$tabs[] = array(
'label' => t('Additional features'),
'url' => z_root().'/settings/features',
'selected' => ((argv(1) === 'features') ? 'active' : ''),
);
}
$tabs[] = array(
'label' => t('Addon settings'),
'url' => z_root().'/settings/featured',