Fix: Menu toujours dans le mem ordre
This commit is contained in:
parent
48ad5fd666
commit
632894d689
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2006 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -18,7 +18,6 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Source$
|
* $Source$
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -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/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/commande/", "Commandes");
|
||||||
|
|
||||||
$menu->add(DOL_URL_ROOT."/boutique/client/", "Clients");
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$menu->add(DOL_URL_ROOT."/product/categorie/", "Catégories");
|
$menu->add(DOL_URL_ROOT."/product/categorie/", "Catégories");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user