[Typo3-german] Typo Skript Problem (Anfänger)

Robert Lemke robert at typo3.org
Thu Aug 18 19:40:03 CEST 2005


Moin Patrick,

Patrick Holste wrote:

> Für den Fall, dass der Content leer ist, will ich gerne einen
> Standard-Content eingeben, der dann geladen wird. Ich steige da allerdings
> nicht ganz durch, wie ich das mache.


temp.mainTemplate = TEMPLATE
temp.mainTemplate {
  template = FILE
  template.file = template.html
  workOnSubpart = Dokument
  marks.inhalt = CONTENT
  marks.inhalt {
    table = tt_content
    select.orderBy = sorting
    select.where = colPos=0
  }
  marks.inhalt.stdWrap.ifEmpty =  
}

Oder, falls Du das statische Template "styles.content" eingebunden hast:

temp.mainTemplate = TEMPLATE
temp.mainTemplate {
  template = FILE
  template.file = template.html
  workOnSubpart = Dokument
  marks.inhalt < styles.content.get
  marks.inhalt.stdWrap.ifEmpty = &nbsp;
}

Weitere Infos findest Du in der TSref auf folgender Seite:

http://typo3.org/documentation/document-library/doc_core_tsref/stdWrap/

Viel Spaß,

Robert

-- 
Robert Lemke
TYPO3 Association - Research & Development
Member of the board
http://association.typo3.org




More information about the TYPO3-german mailing list