Skip to content

Commit

Permalink
Fix missing css
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 21, 2017
1 parent 827e04f commit a696018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/websites/index.php
Expand Up @@ -621,7 +621,8 @@ function llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0,
$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";

Expand Down

0 comments on commit a696018

Please sign in to comment.