I installed the About Us add-on by webmiss.
However, the About Us page is not showing up on our Site Map. Is there any way to add it there?
Thanks.
I installed the About Us add-on by webmiss.
However, the About Us page is not showing up on our Site Map. Is there any way to add it there?
Thanks.
You just have to add it to your template. includes/templates/<your template>/templates/tpl_site_map_default.php.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Thanks swguy.
For future readers, make a backup of your files, then add this line (in the desired position):
Code:<li><?php echo '<a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a>'; ?></li>