[TYPO3-german] Template in Extension auslagern

Christian Hensel christian.hensel at gmx.net
Fri May 25 14:14:59 CEST 2007


Hallo Konrad,

ja die Marker sind vorhanden!

Mein Typo3Root verzeichnis ist main: --> $this->templateCode = 
$this->cObj->fileResource('templates/wiseev_detailansicht.htm');

Leider ist immer noch die Ausgabe leer.

Obwohl jetzt nur noch ein return vorkommt

  # Get the template
  $this->templateCode = 
$this->cObj->fileResource('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);:

gruss
Christian
"Konrad Schiertz" <konrad.schiertz at schindlerparent.de> schrieb im 
Newsbeitrag 
news:mailman.260353.1180094715.21067.typo3-german at lists.netfielders.de...
vi heisst aber für mich shell, also ist das der absolute pfad, über web 
solltest du über diesen pfad die datei nicht einbinden können.

dein htdocs root müsste html sein, wenn ich mir den pfad anschaue?

wie wärs denn mit dem pfad "main/templates/wiseev_detailansicht.htm".

-----Ursprüngliche Nachricht-----
Von: typo3-german-bounces at lists.netfielders.de
[mailto:typo3-german-bounces at lists.netfielders.de]Im Auftrag von
Christian Hensel
Gesendet: Freitag, 25. Mai 2007 13:56
An: typo3-german at lists.netfielders.de
Betreff: Re: [TYPO3-german] Template in Extension auslagern


Hallo Konrad,
Pfad stimmt, über vi
/confixxrootdirectory/web7/html/main/templates/wiseev_detailansicht.htm
erreiche ich die Datei.

Template:
<h3>TEMPLATE</h3>
<em>This is a simple HTML-Template</em>
<!-- ###TEMPLATE### begin -->
 <h1>###MARKER1###</h1><h1>###MARKER2###</h1>
<!-- ###TEMPLATE### end -->

gruss
Christian







More information about the TYPO3-german mailing list