From 399ec00370aae0bc56a3b9d51372cde55e009a26 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 7 Feb 2004 23:47:06 +0000 Subject: [PATCH] Ajout du menu prospect --- htdocs/comm/pre.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)