From 37ef88c97bb70cb9cdd6ba24e27f31cc89faee47 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 4 May 2009 12:05:18 +0000 Subject: [PATCH] New: early development of multi-company module --- htdocs/pre.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/pre.inc.php b/htdocs/pre.inc.php index 7e88665c075..aba0e3fe90d 100644 --- a/htdocs/pre.inc.php +++ b/htdocs/pre.inc.php @@ -127,7 +127,7 @@ function llxHeader($head = '', $title='', $help_url='') if (! empty($conf->telephonie->enabled)) { - $menu->add(DOL_URL_ROOT."/telephonie/index.php", "T�l�phonie"); + $menu->add(DOL_URL_ROOT."/telephonie/index.php", "Telephonie"); } if (! empty($conf->don->enabled))