Quote Originally Posted by clydejones View Post
You may have to add them manually into tpl_site_map_default.php
Hey, Clyde

Thank you for your instructions. I copied and modified the code( below) from information.php then added them to tpl_site_map_default.php. Now, the site map looks just as I want.

<?php if (DEFINE_ABOUT_US_STATUS <= 1) {?>
<li><?php echo '<a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a>'; ?></li>
<?php } ?>

Thanks again,