[TYPO3-german] Template in Extension auslagern

Christian Hensel christian.hensel at gmx.net
Fri May 25 13:52:27 CEST 2007


Hallo Joey,
ja ist drin. Wobei ich mir auch nicht ganz sicher bin, ob das
return $content;
nicht auch gelöscht werden könnte, da ja schliesslich über return 
$this->pi_wrapInBaseClass($content); die Ausgabe geregelt wird.

gruss
Christian:

Aktueller Code:
  $this->templateCode = 
$this->cObj->fileResource('/confixxrootdirectory/web7/html/main/templates/wiseev_detailansicht.htm');

  # 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';
  $markerArray['###MARKER2###'] = 'marker2';

  $content .= 
$this->cObj->substituteMarkerArrayCached($template['total'],$markerArray);
  return $content;

  return $this->pi_wrapInBaseClass($content); 




More information about the TYPO3-german mailing list