urk
Easier said than done. (for me, at least).
Basing the script on what's there, I went with this:
PHP Code:
<li><a href="<?php echo zen_href_link(define_PAGE_2); ?>"><?php echo BOX_INFORMATION_PAGE_2; ?></a>'</li>
<li><a href="<?php echo zen_href_link(define_PAGE_3); ?>"><?php echo BOX_INFORMATION_PAGE_3; ?></a>'</li>
<li><a href="<?php echo zen_href_link(define_PAGE_4); ?>"><?php echo BOX_INFORMATION_PAGE_4; ?></a>'</li>
First, it gives me a strange "dot" after each listing name, but more importantly, the links just go back to the main page without changes
I've taken it off the site at the moment, because it's confusing and unsightly.
If there's a simple bit of coding I'm not understanding, could someone let me know? Otherwise, I suppose I'll leave them separate (as I really don't want to go to the extreme of re-making the pages in ezpages)
Thanks!