[TYPO3] Remove the link in a menu item

Sergio Catalá scatala at iti.upv.es
Thu Jun 26 17:19:51 CEST 2008


Hi,

I have the following TS code for the main menu of my site:

temp.Menu = HMENU
temp.Menu {
    entryLevel = 0
    1 = TMENU
    1 {
        noBlur = 1
        expAll = 1
        NO {
            allWrap = <li>|</li>
            ATagParams = class="item" 
        }
        ACT = 1
        ACT {
            allWrap = <li>|</li>	    
        }
     }
}

And I want to remove completely the link for a menu item (<a
href="">|</a>) that Typo3 generates automatically. I would like to do
that for my actual menu item. I've seen you can add certain parameters
to this link using "ATagParams" but my interest would be removing
completely the link. I only want the name of the item to be displayed
and not to be wrapped with the link. 

Can I do that?

Thanks in advance, 
Sergio




More information about the TYPO3-english mailing list