[TYPO3-english] Parent's page title in sub navigation

John Sullivan john at quaycreative.com
Sun Jun 7 13:20:16 CEST 2009


Hi!



I'd like to have the parent's page title displays above the 
sub-navigation.. Could you please help?


Currently, I'm using this typoscript


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#THIS BIT OF TYPO SCRIPT IS TO CREATE SUB-MENU
[PIDinRootline = 8]
page.10.subparts.SUBSIDENAV = HMENU
page.10.subparts.SUBSIDENAV.special = directory

[PIDinRootline = 8]
     page.10.subparts.SUBSIDENAV.special.value = 8
[end]

page.10.subparts.SUBSIDENAV.1 = TMENU
page.10.subparts.SUBSIDENAV.1.expAll = 1

page.10.subparts.SUBSIDENAV.1.wrap = <div id="sub-navigation">
{page:title} <ul>|</ul></div>


page.10.subparts.SUBSIDENAV.1.NO.linkWrap = <li>|</li>
page.10.subparts.SUBSIDENAV.1.ACT < .NO
page.10.subparts.SUBSIDENAV.1.ACT = 1
page.10.subparts.SUBSIDENAV.1.ACT.linkWrap = <li class="active">|</li>

[end]
#END SUB-MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


The {page:title} above does not seem to work!?

Please advise.


John


More information about the TYPO3-english mailing list