Bug #18788 ยป bug_8412.diff
trunk/typo3/file_edit.php 2008-05-26 23:32:51.000000000 +0200 | ||
---|---|---|
'CSH' => $docHeaderButtons['csh'],
|
||
'FUNC_MENU' => t3lib_BEfunc::getFuncMenu($this->id, 'SET[function]', $this->MOD_SETTINGS['function'], $this->MOD_MENU['function']),
|
||
'BUTTONS' => $docHeaderButtons,
|
||
'CONTENT' => $pageContent,
|
||
'PATH' => $this->title,
|
||
'CONTENT' => $pageContent,
|
||
);
|
||
$this->content.= $this->doc->moduleBody(array(), $docHeaderButtons, $markerArray);
|