Updated CodeCorner3 (markdown)

leithoff 2016-07-26 16:08:17 +02:00
parent a8d6aa6f9d
commit 8d0c5f80b6

@ -353,7 +353,7 @@ This function is added to the <em>class.test_ui.inc.php</em> file.
); );
} }
$tpl=new etemplate('test.index'); $tpl=new etemplate('test.index');
$tpl-&gt;set_cell_attribute('debuginfos','disabled',!$debug); $tpl-&gt;setElementAttribute('debuginfo','disabled',!$debug);
$tpl-&gt;exec('test.test_ui.index',$content); $tpl-&gt;exec('test.test_ui.index',$content);
// the debug info will be displayed at the very end of the page // the debug info will be displayed at the very end of the page
//_debug_array($content); //_debug_array($content);