[TYPO3-german] Template in Extension auslagern

JoH asenau info at cybercraft.de
Fri May 25 13:42:17 CEST 2007


> ich habe das einmal in die Main function der klasse meiner frontend
> extension
> eingefügt und zum testen angepasst, siehe kommentare
>
>   $this->templateCode =
>
$this->cObj->fileResource('/confixxrootdirectory/web7/html/main/templates/wi
seev_detailansicht.htm');
> //direkter Pfad zum Template
>
>   # Get the parts out of the template
>   $template['total'] =
> $this->cObj->getSubpart($this->templateCode,'###TEMPLATE###');
>
>   # create the content by replacing the marker in the template
>   $markerArray['###MARKER1###'] = 'name1';
> //string zum ersetzen eingegeben
>   $markerArray['###MARKER2###'] = 'marker2';
>
>   $content .=
> $this->cObj->substituteMarkerArrayCached($template['total'],$markerArray);
>
> Trotzdem wird nichts ausgegeben, woran kann es liegen?

Blöde Frage: return $content ist drin?

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com




More information about the TYPO3-german mailing list