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...
Code:<?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 } ?>Any ideas?Code:<?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 } ?>
Thanks.



