[TYPO3-english] "special menu" question
Andreas Burg
typo3 at andreasburg.de
Wed Apr 22 00:54:23 CEST 2009
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
--
Andreas
Mailing list rules & guidelines (Mailing list Regeln & Leitfaden):
http://typo3.org/community/mailing-lists/
http://typo3.org/community/mailing-lists/mailing-list-rules-guidelines/
More information about the TYPO3-english
mailing list