diff --git a/htdocs/comm/pre.inc.php b/htdocs/comm/pre.inc.php index 4015c59d223..18002b2b3da 100644 --- a/htdocs/comm/pre.inc.php +++ b/htdocs/comm/pre.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-2004 Rodolphe Quiedeville * * 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)