Suppression de liens
This commit is contained in:
parent
27d6119616
commit
bcec900bab
@ -1,8 +1,5 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
/* Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
*
|
|
||||||
* $Id$
|
|
||||||
* $Source$
|
|
||||||
*
|
*
|
||||||
* 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,6 +15,9 @@
|
|||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
|
* $Id$
|
||||||
|
* $Source$
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require ("../../main.inc.php3");
|
require ("../../main.inc.php3");
|
||||||
@ -35,7 +35,6 @@ function llxHeader($head = "", $urlp = "") {
|
|||||||
|
|
||||||
$menu->add("/comm/index.php3", "Clients");
|
$menu->add("/comm/index.php3", "Clients");
|
||||||
|
|
||||||
$menu->add_submenu("/soc.php3?&action=create", "Nouvelle société");
|
|
||||||
$menu->add_submenu("/comm/contact.php3", "Contacts");
|
$menu->add_submenu("/comm/contact.php3", "Contacts");
|
||||||
|
|
||||||
$menu->add("/comm/action/", "Actions");
|
$menu->add("/comm/action/", "Actions");
|
||||||
@ -45,10 +44,6 @@ function llxHeader($head = "", $urlp = "") {
|
|||||||
$menu->add_submenu("/comm/propal.php3?viewstatut=0", "Brouillons");
|
$menu->add_submenu("/comm/propal.php3?viewstatut=0", "Brouillons");
|
||||||
$menu->add_submenu("/comm/propal.php3?viewstatut=1", "Ouvertes");
|
$menu->add_submenu("/comm/propal.php3?viewstatut=1", "Ouvertes");
|
||||||
|
|
||||||
$menu->add("/product/", "Produits");
|
|
||||||
|
|
||||||
$menu->add("/service/", "Services");
|
|
||||||
|
|
||||||
$menu->add("/comm/projet/", "Projets");
|
$menu->add("/comm/projet/", "Projets");
|
||||||
|
|
||||||
left_menu($menu->liste);
|
left_menu($menu->liste);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user