From cd55e459af697df3df85c8011ace33220675ec85 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 10 Aug 2007 08:42:15 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20d=E9finition=20du=20type=20de=20cat=E9go?= =?UTF-8?q?rie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/pre.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/pre.inc.php b/htdocs/product/pre.inc.php index 099bc8024f8..684f592d69b 100644 --- a/htdocs/product/pre.inc.php +++ b/htdocs/product/pre.inc.php @@ -118,7 +118,7 @@ function llxHeader($head = "", $urlp = "", $title="") if ($conf->categorie->enabled) { - $menu->add(DOL_URL_ROOT."/categories/", $langs->trans("Categories")); + $menu->add(DOL_URL_ROOT."/categories/index.php?type=0", $langs->trans("Categories")); } left_menu($menu->liste);