Thread: Site map page
View Single Post
  #66  
Old 07-25-2006, 05:23 AM
 
hansmoen hansmoen is offline
 

Member
  
Join Date: Dec 2005
Posts: 12
 

Default Page Title

Quote:
Originally Posted by moneysaver67
all,

I personally added

Code:
$smarty->assign("title", "Sitemap Title");

to my sitemap.php to include a page title...

Using the Flexi Rectangle skin I had to use:

Code:
$location[] = array("Sitemap Title", "/sitemap.php"); $smarty->assign("location", $location);

in sitemap.php



HK

X-Cart 4.0.18 Gold - Flexi Rectangle
Reply With Quote