From 0383c9fcb2a7915266791462fdaadad7765eac72 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 31 Jan 2004 11:54:02 +0000 Subject: [PATCH] Modif du lien vers les contacts --- htdocs/pre.inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/pre.inc.php b/htdocs/pre.inc.php index f9a68f2e6b5..270294cbb9e 100644 --- a/htdocs/pre.inc.php +++ b/htdocs/pre.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2001-2004 Rodolphe Quiedeville * Copyright (C) 2003 Éric Seigne * * 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."/contact.php", "Contacts"); + $menu->add_submenu(DOL_URL_ROOT."/contact/index.php", "Contacts"); } 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."/rapport/", "Rapports"); + $menu->add(DOL_URL_ROOT."/user/index.php", "Utilisateurs"); if ($user->admin)