[TYPO3] dynamic parameter in TMENU and not show previous menu
Krystian Szymukowicz
t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Tue Jul 4 09:36:57 CEST 2006
Lella wrote:
> Now I've a problem:
>
> I would to insert dinamically the title of the current page (where I'm)
> instead of "MainMenu" in the line 3.
>
> Anyone could help me? Thanks
hello
you may try to go with condition
temp.currentMenuTitle = TEXT
[treeLevel = 0]
temp.currentMenuTitle.data = leveltitle:0
[end]
[treeLevel = 1]
temp.currentMenuTitle.data = leveltitle:1
[end]
[treeLevel = 2]
temp.currentMenuTitle.data = leveltitle:2
[end]
--
Krystian
More information about the TYPO3-english
mailing list