From 700d6136f0f4ca1de50bd606d07b709af24fd002 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 1 Aug 2007 09:53:36 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/main.inc.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index bbc2415086d..130e9fa410c 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -601,15 +601,15 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0) // Pour le tuning optionnel. Activer si la variable d'environnement DOL_TUNING // est positionne A appeler avant tout. if (isset($_SERVER['DOL_TUNING'])) $micro_start_time=dol_microtime_float(true); - - if (! $conf->css) $conf->css ='/theme/eldy/eldy.css.php'; + + if (! $conf->css) $conf->css ='/theme/eldy/eldy.css.php'; - //header("Content-type: text/html; charset=UTF-8"); + //header("Content-type: text/html; charset=UTF-8"); header("Content-type: text/html; charset=".$conf->character_set_client); - print ''; + print ''; //print ''; - print "\n"; + print "\n"; print "\n"; if ($disablehead == 0) {