[TYPO3] Menu Question
trichard at techovations.com
trichard at techovations.com
Mon Feb 13 20:01:35 CET 2006
Ok here is what I'm trying to do. I want to create a menu that looks like
this.
Content Examples :: Products :: Visions :: About Us :: Contact
Right now I have this code created.
## Menu [Begin]
lib.mainMenu = HMENU
lib.mainMenu.entryLevel = 0
lib.mainMenu.1 = TMENU
lib.mainMenu.1.NO {
allWrap = |
ATagParams = class="frisbee-menu-link"
after = ::
}
## Menu [End]
It gives me this.
Content Examples::Products::Visions::About Us::Contact::
First how do I remove the :: from the end of the menu string?
Second how do I get spaces on either side of the ::?
Thanks
Troy
More information about the TYPO3-english
mailing list