One extra tweak here for those folks that want (or require) the crumb trail to show.
in sitemap.php, change to
Code:
<?php
require "./auth.php";
require $xcart_dir."/include/categories.php";
$smarty->assign("main","sitemap");
$smarty->assign("location", $location);
func_display("customer/home.tpl",$smarty);
?>
Other than that it works GREAT in 4.0.12
