Hallo:

normalerweise en fileadmir wird ein Ordner Templates und dirn noch ein Paar: Layouts und Partials

Bei mir sieht so auss:

page.10 = FLUIDTEMPLATE
page.10 {
  layoutRootPath = fileadmin/Layouts /Layouts /
  partialRootPath = fileadmin/Layouts /Partials/
  variables {

    sprache < temp.languageMenu
    topnavigation < temp.obennav

    rslides < temp.HEADER_IMAGE

    rootline < temp.ROOTLINE

    nav < temp.NAVI

    # Assign the main column with our {content}-destination
    content < styles.content.get
    content.select.where = colPos = 0

    # Assign the right column with our {content_right}-destination
    sidebar  < styles.content.get
    sidebar.select.where = colPos = 2

  }
}

# Assign the Template files with the Fluid Backend-Template
page.10.file.stdWrap.cObject = CASE
page.10.file.stdWrap.cObject {
  key.data = levelfield:-1, backend_layout_next_level, slide
  key.override.field = backend_layout

  # Set the default Template, our 1 column Template
  default = TEXT
  default.value = fileadmin/templates/2col.html

  # 1 column Template
  1 = TEXT
  1.value = fileadmin/templates/1col.html

  # 2 column Template
  2 = TEXT
  2.value = fileadmin/templates/2col.html
}

Hier wird alles geklärt: https://jweiland.net/video-anleitungen/typo3/musterprojekt-version-7.html . Es ist für eine Extension, aber du kannst alles in fileadmin speichern.

Grüß


Nicolás

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an