I am creating a subnavigation system that will look like:
page1 * page2 * page3 * page4
I want to not display the bullet on the last one. I currently have:
[Sub;block=begin]<a href="?page=[var.level1Nav]&sub=[Sub.$]" class="side-sub">[Sub.$]</a> • [Sub;block=end]
|
...which will obviously put the bullet in there that final time. How do I get rid of that final bullet? I'm using PHP arrays as my data set.
Thanks!