2
0
forked from Wavyzz/dolibarr

Fix: chemin invalide

This commit is contained in:
Regis Houssin
2005-12-26 13:39:34 +00:00
parent 479a9bf1a9
commit dbfcdda34d

View File

@@ -42,7 +42,7 @@ function llxHeader($head = "")
$menu->add_submenu(DOL_URL_ROOT."/contact.php", $langs->trans("Contacts"));
$menu->add_submenu("notify/index.php", $langs->trans("Notifications"));
$menu->add_submenu("index.php", $langs->trans("Notifications"));
}
left_menu($menu->liste);