From 4848f30414c7476a0eda7dd3d7ecbefe0be4aab2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 10 Sep 2004 14:30:51 +0000 Subject: [PATCH] Ajout telephonie --- htdocs/pre.inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/pre.inc.php b/htdocs/pre.inc.php index d3de67e6507..5f7784e6666 100644 --- a/htdocs/pre.inc.php +++ b/htdocs/pre.inc.php @@ -47,6 +47,7 @@ function llxHeader($head = "") { { $menu->add_submenu(DOL_URL_ROOT."/soc.php?action=create", "Nouvelle société"); } + $menu->add_submenu(DOL_URL_ROOT."/societe/groupe/index.php", $langs->trans("SocGroup")); $menu->add_submenu(DOL_URL_ROOT."/contact/index.php",$langs->trans("Contacts")); } @@ -116,6 +117,11 @@ function llxHeader($head = "") { } } + if ($conf->telephonie->enabled) // EXPERIMENTAL -> RODO + { + $menu->add(DOL_URL_ROOT."/telephonie/index.php", "Téléphonie"); + } + if ($conf->don->enabled) { $menu->add(DOL_URL_ROOT."/compta/dons/index.php", "Dons");