View Single Post
  #5  
Old 11-03-2004, 12:44 AM
 
xcell67 xcell67 is offline
 

Senior Member
  
Join Date: Dec 2003
Posts: 149
 

Default

awesome mod

FYI, people using 3.5 and lower need to change

func_display("SEO_listing.tpl", $smarty);

to

$smarty->display("SEO_listing.tpl");

in mycatalog.php for this to work.
Reply With Quote