1 Apr 2008, 5:39 PM
Totally Zenned
- Join Date:
- Feb 2007
- Posts:
- 816
- Plugin Contributions:
- 0
site map links
I've added a couple of defined pages. They show up in the information box and they work just fine, but they are not showing up in the site map.
This is the code I added to the tpl_site_map_default.php as an overide...
<?php if (DEFINE_PAYMENT_OPTIONS_STATUS <= '1') { ?>
<li><?php echo '<a href="' . zen_href_link(FILENAME_PAYMENT_OPTIONS) . '">' . BOX_INFORMATION_PAYMENT_OPTIONS . '</a>'; ?></li>
<?php } ?>
<?php if (DEFINE_RETURN_POLICY_STATUS <= '1') { ?>
<li><?php echo '<a href="' . zen_href_link(FILENAME_RETURN_POLICY) . '">' . BOX_INFORMATION_RETURN_POLICY . '</a>'; ?></li>
<?php } ?>
Any ideas?
Thanks.