diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index 6b9d4f08531..45787d5054b 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -1080,7 +1080,13 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
print ''."\n";
}
}
-
+
+ if (! defined('DISABLE_FONT_AWSOME'))
+ {
+ print ''."\n";
+ print ''."\n";
+ }
+
print ''."\n";
// Output style sheets (optioncss='print' or ''). Note: $conf->css looks like '/theme/eldy/style.css.php'
//$themepath=dol_buildpath((empty($conf->global->MAIN_FORCETHEMEDIR)?'':$conf->global->MAIN_FORCETHEMEDIR).$conf->css,1);
@@ -1100,7 +1106,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
}
//print 'themepath='.$themepath.' themeparam='.$themeparam;exit;
print ''."\n";
- if (! empty($conf->global->MAIN_FIX_FLASH_ON_CHROME)) print ''."\n".''."\n";
+ if (! empty($conf->global->MAIN_FIX_FLASH_ON_CHROME)) print ''."\n".''."\n";
// CSS forced by modules (relative url starting with /)
if (! empty($conf->modules_parts['css']))