Debug module website

This commit is contained in:
Laurent Destailleur 2017-07-21 02:29:24 +02:00
parent fa3ed50f3a
commit 5318e513c1
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ if (! file_exists($original_file_osencoded))
// Output page content
define('USEDOLIBARRSERVER', 1);
print "\n".'<!-- Page content '.$original_file.' : Html with CSS link + Body was saved into tpl -->'."\n";
print '<!-- Page content '.$original_file.' : Html with CSS link + Body was saved into tpl -->'."\n";
include_once $original_file_osencoded;

View File

@ -1112,7 +1112,7 @@ if ($action == 'preview')
{
$objectpage->fetch($pageid);
$out = "\n".'<!-- Page content '.$filetpl.' : Div with (CSS + Page content from database) -->'."\n";
$out = '<!-- Page content '.$filetpl.' : Div with (CSS + Page content from database) -->'."\n";
$out.='<div id="websitecontent" class="websitecontent">'."\n";