[TYPO3-german] Re: Backend Modul erstellen (mit Kickstarter?)

Chris chrisp82 at arcor.de
Sun Apr 14 14:37:27 CEST 2013


habe den Fehler auf diese Zeilen hier eingrenzen können:

			// Build the <body> for the module
		$this->content .= $this->doc->startPage($GLOBALS['LANG']->getLL('title'));
		$this->content .= $this->doc->moduleBody($this->pageinfo, $docHeaderButtons, $markers);
		$this->content .= $this->doc->endPage();
		$this->content .= $this->doc->insertStylesAndJS($this->content);

wenn ich diese entferne, ist dieser Verdopplungseffekt weg. Weiß jemand wie ich das anpassen müsste ?


More information about the TYPO3-german mailing list