From 632894d689673a936219710b2775c4f8f771af07 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 22 Apr 2006 00:16:37 +0000 Subject: [PATCH] Fix: Menu toujours dans le mem ordre --- htdocs/boutique/index.php | 3 +-- htdocs/boutique/pre.inc.php | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/boutique/index.php b/htdocs/boutique/index.php index 12cb158eb07..34c14a3f7e4 100644 --- a/htdocs/boutique/index.php +++ b/htdocs/boutique/index.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004-2006 Laurent Destailleur * * 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,7 +18,6 @@ * * $Id$ * $Source$ - * */ /** diff --git a/htdocs/boutique/pre.inc.php b/htdocs/boutique/pre.inc.php index 00b6cf597e4..409ba7efc63 100644 --- a/htdocs/boutique/pre.inc.php +++ b/htdocs/boutique/pre.inc.php @@ -57,9 +57,10 @@ function llxHeader($head = "", $urlp = "") $menu->add(DOL_URL_ROOT."/boutique/produits/osc-liste.php", "Produits"); + $menu->add(DOL_URL_ROOT."/boutique/client/", "Clients"); + $menu->add(DOL_URL_ROOT."/boutique/commande/", "Commandes"); - $menu->add(DOL_URL_ROOT."/boutique/client/", "Clients"); /* $menu->add(DOL_URL_ROOT."/product/categorie/", "Catégories");