Quote Originally Posted by braad View Post
Hi, thank you for this great template,

I wonder why this new created site About Us is not listed on Site Map, would you repair this or how to solve this problem?
Thank you
Since the About Us is not a standard zen cart page, I am not going to add it to the site map page in the download, however, you can do this by opening up includes/templates/YOUR_TEMPLATE/tpl_site_map_default.php and add this wherever you'd like it:

Code:
<li><?php echo '<a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . HEADER_TITLE_ABOUT_US . '</a>'; ?></li>