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 */