Thread: Site map page
View Single Post
  #22  
Old 03-31-2005, 12:01 PM
 
fuzzy fuzzy is offline
 

Advanced Member
  
Join Date: Jun 2004
Location: oHIo
Posts: 77
 

Default

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
__________________
X-Cart 4.0.12 Gold
Linux
Reply With Quote