Feature #16623 ยป 4330_dblayout_printContent.diff
typo3/sysext/cms/layout/db_layout.php (working copy) | ||
---|---|---|
* @return void
|
||
*/
|
||
function printContent() {
|
||
echo $this->content;
|
||
echo $this->doc->insertStylesAndJS($this->content);
|
||
}
|
||
/***************************
|