[TYPO3] Create a path menu for Template Voila pages

Pedro Pedro correotypo3 at gmail.com
Wed Jan 4 15:02:26 CET 2006


Hi everybody, I created a Typo3 site with traditional templates system and
now, I want to remake it with Template Volia. In my old site I have a Path
menu with this TS setup code:

# Path menu cObject
temp.path = HMENU
temp.path.special = rootline
temp.path.1 = TMENU
temp.path.1.wrap =   |
temp.path.1 {
   NO.allWrap =    |  |*||*|   |
 }

# Substitute the ###path### subpart with dynamic path menu:
subparts.path < temp.path


This way the path menu is correctly displayed in my traditional template (in
a <div> with id="path") and I want to do the same with TV template. Can
anybody tell me what must I do ? thanks



More information about the TYPO3-english mailing list