After a little trial and error I got it to work with v3.5.11. I had to change the line:
func_display("customer/home.tpl", $smarty);
to:
$smarty->display("customer/home.tpl");
in the sitemap.php file.
It works great! Thanks again for the great mod Fernando!
