Fix missing css

This commit is contained in:
Laurent Destailleur 2017-07-21 11:58:55 +02:00
parent 302ee97d31
commit 827e04f130

View File

@ -465,7 +465,8 @@ if ($action == 'updatemeta')
$tplcontent.= '<?php print file_get_contents(DOL_DATA_ROOT."/websites/'.$object->ref.'/htmlheader.html"); ?>'."\n";
$tplcontent.= '</header>'."\n";
$tplcontent.= '<body>'."\n";
$tplcontent.= '<!-- File generated by Dolibarr website module editor -->'."\n";
$tplcontent.= '<body id="bodywebsite" class="bodywebsite">'."\n";
$tplcontent.= $objectpage->content."\n";
$tplcontent.= '</body>'."\n";
//var_dump($filetpl);exit;