Removed an include not used.

This commit is contained in:
Laurent Destailleur 2008-05-18 19:31:57 +00:00
parent a41e3453b9
commit be99f4e646

View File

@ -788,7 +788,6 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
// Output style sheets
print '<link rel="stylesheet" type="text/css" title="default" href="'.DOL_URL_ROOT.'/'.$conf->css.'">'."\n";
print '<link rel="stylesheet" type="text/css" media="print" href="'.DOL_URL_ROOT.'/theme/print.css">'."\n";
// CSS forced by modules
if (is_array($conf->css_modules))
{