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)