View Single Post
  #9  
Old 06-24-2007, 02:40 AM
 
amcc amcc is offline
 

Advanced Member
  
Join Date: May 2007
Posts: 73
 

Default Re: bread crumb static links

I found the solution, here it is for anyone that needs it: You can modify the "home.php" file, add the following code: foreach ($location as $k => $v) { if ($location[$k][1] == "home.php?cat=249") { $location[$k][1] = "../newsite/swimwear.php"; } if ($location[$k][1] == "home.php?cat=250") { $location[$k][1] = "../newsite/related-clothing.php"; } } before this code: # Assign the current location line $smarty->assign("location", $location);
__________________
X-Cart Pro 4.1.8
Reply With Quote