"General setup" menu now is "Setup" and this icon no longer does anything. Ticket #2410

This commit is contained in:
Arturo Gonzalez Diaz 2015-07-15 13:00:22 +02:00
parent 1b25adb2f8
commit e423d20dff
1 changed files with 3 additions and 1 deletions

View File

@ -191,7 +191,9 @@ if (check_acl ($config['id_user'], 0, "PM")) {
$sub = array ();
// Options Setup
$sub["general"]["text"] = __('General Setup');
$sub["general"]["text"] = __('Setup');
$sub["general"]["type"] = "direct";
$sub["general"]["subtype"] = "nolink";
$sub2 = array ();
$sub2["godmode/setup/setup&section=general"]["text"] = __('General Setup');