Ajout du menu prospect

This commit is contained in:
Rodolphe Quiedeville 2004-02-07 23:47:06 +00:00
parent ae0ac865ae
commit 399ec00370

View File

@ -1,5 +1,5 @@
<?PHP
/* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -36,6 +36,8 @@ function llxHeader($head = "", $urlp = "") {
$menu->add_submenu(DOL_URL_ROOT."/comm/contact.php", "Contacts");
$menu->add(DOL_URL_ROOT."/comm/prospect/", "Prospects");
$menu->add(DOL_URL_ROOT."/comm/action/index.php", "Actions");
if ($user->rights->propale->lire)