Quote Originally Posted by Nick1973 View Post

Interesting:

On line 20 of includes/classes/site_map.php we have this:

PHP Code:
class zen_SiteMapTree {   var $root_category_id 0,       $max_level 0,       $data = array(),       $root_start_string '',       $root_end_string '',       $parent_start_string '',       $parent_end_string '',       $parent_group_start_string "\n<ul>",       $parent_group_end_string "</ul>\n",       $child_start_string '<li>',       $child_end_string "</li>\n",       $spacer_string '',       $spacer_multiplier 1
If I change
PHP Code:
var $root_category_id 0
to
PHP Code:
var $root_category_id = -0
the sitemap displays correctly
Strange, that solutions works here:

https://ventureengravings.uk/index.p..._page=site_map

but not here:

https://venturegraphicdesign.uk/inde..._page=site_map

HELP!!!!