[TYPO3-english] "special menu" question
Kim Holberg Andersen
kim at crewcut.dk
Wed Apr 22 23:41:21 CEST 2009
Thanks Andreas - i will try this tomorrow..../Kim
Andreas Burg wrote:
> Hi Kim
>
>> beforeImg = fileadmin/img/previous.gif | fileadmin/img/next.gif
>
> sorry, you have to use two pipes instead of one. ||
>
> But you would get in trouble anyway. It's more easy, if you use this:
>
> lib.browse = HMENU
> lib.browse {
> special = browse
> special {
> items = prev|next
> prev.fields.title = <img src="fileadmin/prev.png" alt="" />
> next.fields.title = <img src="fileadmin/next.png" alt="" />
> }
> 1 = TMENU
> 1.NO = 1
> }
> page.20 =< lib.browse
>
More information about the TYPO3-english
mailing list