[TYPO3-content-rendering] template not showing up

Dominik Lenné dlenne at web.de
Sat Apr 12 00:14:09 CEST 2014


Dear forum members,

on a new 6.17 installation, a HTML - templated page renders but I don't manage to get the menu rendered. The respective part of the HTML template is replaced by empty space instead of the menu.

The TS template follows, basically the example from Typoscript in 45 Minutes copied into a HTML-template page.

Any constructive hint appreciated.

lib.textmenu = HMENU
lib.textmenu {
  1 = TMENU
  1.NO = 1
  1.NO.allWrap = <li>|</li>
  1.ACT = 1
  1.ACT.wrapItemAndSub = <li>|</li>
  1.wrap = <ul class="level1">|</ul>
  2 < .1
  2.wrap = <ul class="level2">|</ul>
}

page = PAGE
page.10 = TEMPLATE
page.10.template = FILE
page.10.template.file = fileadmin/htmltemplate/trancedance.tpl
page.10.subparts {
   CONTENT < styles.content.get
   TOPMENU < lib.textmenu
}
page.10.workOnSubpart = DOCUMENT

page.shortcutIcon = fileadmin/htmltemplate/Bilder/favicon.ico
page.stylesheet = fileadmin/htmltemplate/css/trancedance.css




More information about the TYPO3-project-content-rendering mailing list