From 4a02dce0cfc5d6c99a29dcd249a0ba2532468455 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 10 Jun 2006 09:11:18 +0000 Subject: [PATCH] Fix: affichage du header en fonction du produit/service --- htdocs/product/categorie.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/categorie.php b/htdocs/product/categorie.php index 140b26780fe..a486439200e 100644 --- a/htdocs/product/categorie.php +++ b/htdocs/product/categorie.php @@ -50,12 +50,12 @@ if ($_GET["id"] || $_GET["ref"]) $product = new Product($db); if ($_GET["ref"]) $result = $product->fetch('',$_GET["ref"]); if ($_GET["id"]) $result = $product->fetch($_GET["id"]); + + llxHeader("","",$langs->trans("CardProduct".$product->type)); } $html = new Form($db); -llxHeader("","",$langs->trans("CardProduct0")); - /* * Fiche produit */