[TYPO3] How do I make the current Menu Item not a link?
Surer Dink
surerlistmail at gmail.com
Sat Mar 18 07:39:25 CET 2006
On 3/18/06, Patrick O'Hara <pdohara at practicalprogrammer.org> wrote:
> Here is the typo script for handling my navigation:
> subparts.NAVIGATION= HMENU
> subparts.NAVIGATION.1 = TMENU
> subparts.NAVIGATION.1 {
> NO.allWrap = <li>|</li>
> ACT = 1
> ACT.allWrap = <li class="active">|</li>
> }
>
> I thought that the ACT was the active, or current page. Can someone point
> me to a document that explains how I make the current item in the navigation
> not a link?
CUR.doNotLinkIt = 1
(despite what it sounds like - no, I'm not kidding)
More information about the TYPO3-english
mailing list