Hi All,
I've set up an array ($links) representing a list of links, and would like to loop over the list, create the links, and when I hit the current page ($page)
find out what the prev() and next() items are in the array so I can create previous and next links.
Problem: When I'm on the...