Re: changing menu template
Posted: Tue Dec 07, 2010 3:57 pm
You have the $count variable that tells you how many items you have. You can define another variable that increments after each menu item. After this variable equals $count, you can put a different class on that last item.
Or you can cheat and put a value in extra1 indicating that this is the last page, then test for this in your template.
Or you can cheat and put a value in extra1 indicating that this is the last page, then test for this in your template.