mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix: lien invalide
This commit is contained in:
@@ -47,7 +47,7 @@ function llxHeader($head = "")
|
||||
$menu->add_submenu(DOL_URL_ROOT."/soc.php?&action=create", $langs->trans("NewCompany"));
|
||||
}
|
||||
|
||||
$menu->add_submenu(DOL_URL_ROOT."/contact.php", $langs->trans("Contacts"));
|
||||
$menu->add_submenu(DOL_URL_ROOT."/contact/index.php", $langs->trans("Contacts"));
|
||||
|
||||
$menu->add_submenu("notify/index.php", $langs->trans("Notifications"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user