From e3f4dddf0297fc484c138851ac69b92db9cc6323 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 17 Mar 2010 21:41:06 +0000 Subject: [PATCH] Add favicon in html header --- htdocs/main.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 082804512df..96ea3d66a4e 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -867,6 +867,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs // Displays meta print ''."\n"; // Evite indexation par robots print ''."\n"; + print ''."\n"; // Displays title $appli='Dolibarr';