Hello,
I have this HMENU in my ts setup configuration:
temp.links = HMENU
temp.links.special = list
temp.links.special.value = 1,2,3,4
temp.links {
1 = TMENU
1 {
wrap = <ul>|</ul>
NO.linkWrap = <li>|</li>
}
}
I'd like to add a class only in the last li tag. Any suggestion?
Thank you so much!