Ajout lien FicheInter

This commit is contained in:
Rodolphe Quiedeville 2003-03-23 15:47:41 +00:00
parent 34de66ce1c
commit 81d6148e30

View File

@ -1,8 +1,5 @@
<?PHP
/* Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
*
* $Id$
* $Source$
/* Copyright (C) 2001-2003 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
@ -18,6 +15,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*
*/
require("../main.inc.php3");
@ -43,6 +43,11 @@ function llxHeader($head = "", $urlp = "") {
$menu->add_submenu("propal.php3?viewstatut=0", "Brouillons");
$menu->add_submenu("propal.php3?viewstatut=1", "Ouvertes");
if ($conf->fichinter->enabled )
{
$menu->add("/fichinter/", "Fiches d'intervention");
}
$menu->add("/product/", "Produits");
$menu->add("/service/", "Services");