[TYPO3-english] Visual menu separator + Pagetitle

bernd wilke t3ng at pi-phi.tk
Thu Mar 11 16:59:50 CET 2010


Am Thu, 11 Mar 2010 16:09:04 +0100 schrieb bilal -:

> Hello all,
> 
> I have a SPC in the typoscript of my menu. Whenever I want to use a
> spacer, I make a Visual menu separator. However, the pagetitle is
> required! I now use " " (spacebar) as pagetitle, so visitors don't
> see the pagetitle in the frontend.
> 
> Is there a way to disable the pagetitle for Visual menu separators? Or
> better yet, is there a way I can achieve the same result without using
> the HTML code " "
> 
> Thanks in advance. :)

what about a neat wrapping?

    SPC < .NO
    SPC = 1
    SPC.wrapItemAndSub = <li><span class="spacer"><!--|--></span></li>

any pagetitle is comment and not shown in FE
in BE I use something like '------'

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list