[TYPO3] All text to TMENU link tekst
JoH asenau
info at cybercraft.de
Thu Sep 6 22:50:25 CEST 2007
> yes your right just stdWrap as I have it wont work, there needs to be
> an added wrap in there.
>
> But the linkWrap wont accomplish what he needs (as he said above)
>
> So i guess were both wrong ;-)
>
> but stdWrap.wrap = try a | should work.
You should have a look at both lines ;-)
>> linkWrap = try a |
>> ATagBeforeWrap = 1
ATagBeforeWrap is the magic switch that lets the <a>-Tag wrap the linkWrap.
Default is:
<linkWrap><a>Linktext</a></linkWrap>
with ATagBeforeWrap = 1 it will be
<a><linkWrap>Linktext</linkWrap></a>
In this special case the result would be
<a>try a Linktext</a>
HTH
Joey
--
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
openBC/Xing: http://www.cybercraft.de
T3 cookbook: http://www.typo3experts.com
More information about the TYPO3-english
mailing list