Modif du lien vers les contacts
This commit is contained in:
parent
03b06c0dbc
commit
0383c9fcb2
@ -1,5 +1,5 @@
|
|||||||
<?PHP
|
<?PHP
|
||||||
/* Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2003 Éric Seigne <erics@rycks.com>
|
* Copyright (C) 2003 Éric Seigne <erics@rycks.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -42,7 +42,7 @@ function llxHeader($head = "") {
|
|||||||
{
|
{
|
||||||
$menu->add_submenu(DOL_URL_ROOT."/soc.php?action=create", "Nouvelle société");
|
$menu->add_submenu(DOL_URL_ROOT."/soc.php?action=create", "Nouvelle société");
|
||||||
}
|
}
|
||||||
$menu->add_submenu(DOL_URL_ROOT."/contact.php", "Contacts");
|
$menu->add_submenu(DOL_URL_ROOT."/contact/index.php", "Contacts");
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($conf->commercial->enabled )
|
if ($conf->commercial->enabled )
|
||||||
@ -126,6 +126,8 @@ function llxHeader($head = "") {
|
|||||||
$menu->add(DOL_URL_ROOT."/postnuke/articles/index.php", "Editorial");
|
$menu->add(DOL_URL_ROOT."/postnuke/articles/index.php", "Editorial");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$menu->add(DOL_URL_ROOT."/rapport/", "Rapports");
|
||||||
|
|
||||||
$menu->add(DOL_URL_ROOT."/user/index.php", "Utilisateurs");
|
$menu->add(DOL_URL_ROOT."/user/index.php", "Utilisateurs");
|
||||||
|
|
||||||
if ($user->admin)
|
if ($user->admin)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user