Ajout lien FicheInter
This commit is contained in:
parent
34de66ce1c
commit
81d6148e30
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user