From 81d6148e3013d4dccad5c35f097635feefe5cc1a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 23 Mar 2003 15:47:41 +0000 Subject: [PATCH] Ajout lien FicheInter --- htdocs/comm/pre.inc.php3 | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/htdocs/comm/pre.inc.php3 b/htdocs/comm/pre.inc.php3 index 9a5a9505396..c98f8a7c2df 100644 --- a/htdocs/comm/pre.inc.php3 +++ b/htdocs/comm/pre.inc.php3 @@ -1,8 +1,5 @@ - * - * $Id$ - * $Source$ +/* Copyright (C) 2001-2003 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 @@ -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");