View Single Post
  #2  
Old 06-24-2004, 04:01 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

In most .tpl's you'll find:
Code:
{ include file="location.tpl" last_location="Last Location" }
Which sets the last element of the location variable.

This is in home.php which sets the first part of the location:

Code:
if(!empty($current_category)) $location = $category_location;

You can also find more in include/categories.php:

Code:
$category_location[]=array(ereg_replace(".*/","",$val),"home.php?cat=".$categoryid);

hth.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote