Debug module website
This commit is contained in:
parent
fa3ed50f3a
commit
5318e513c1
@ -177,7 +177,7 @@ if (! file_exists($original_file_osencoded))
|
|||||||
|
|
||||||
// Output page content
|
// Output page content
|
||||||
define('USEDOLIBARRSERVER', 1);
|
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;
|
include_once $original_file_osencoded;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1112,7 +1112,7 @@ if ($action == 'preview')
|
|||||||
{
|
{
|
||||||
$objectpage->fetch($pageid);
|
$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";
|
$out.='<div id="websitecontent" class="websitecontent">'."\n";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user