I have created additional pages (by cloning About_Us_page) that are now in More Information Sidebox. I would like these pages to show in the Site Map under More Information. I tried the following (at the end, just before
</div>
<br class="clearBoth" />):
<li><?php echo BOX_HEADING_MORE_INFORMATION; ?>
<ul>
<li><?php echo '<a href="' . zen_href_link(FILENAME_BRICK_STORES) . '">' . BOX_MORE_INFORMATION_BRICK_STORES . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_STORES_ALBERTA) . '">' . BOX_MORE_INFORMATION_STORES_ALBERTA . '</a>'; ?></li>
</li>
</ul>
However it does not show up on the site map. Any suggestions??
Tx



