Guest Posted February 25, 2003 Share Posted February 25, 2003 hey, New to osCommerce and working on setting it up for our website. In the includes/languages/english/index.php file I noticed it has } elseif ($category_depth == 'top') { I am just wondering where this category_depth variable is declared/set? O yeah... one more newbie/stupid question... where do I do the define(TITLE, "blah"); I looked in the main index.php file and noticed that's the thing it uses for the title of the page... so could somoene please mention where this is defined (probably with a bunch of other important definitions that I can't seem to find)[/code] Link to comment Share on other sites More sharing options...
Guest Posted February 25, 2003 Share Posted February 25, 2003 nm about TITLE thing... I found that and those other important defines I thought I was missing hehe. Link to comment Share on other sites More sharing options...
Guest Posted February 25, 2003 Share Posted February 25, 2003 The Categories depth I believe is calculated in both application_top.php and default.php. Look for reference to $cpath. You can find your TITLE items in catalog/includes/languages/english.php. Good Luck. -R Link to comment Share on other sites More sharing options...
Guest Posted February 25, 2003 Share Posted February 25, 2003 ah great, I think I found what I was looking for for the category depth variable. thanks for the hints. Link to comment Share on other sites More sharing options...
Guest Posted February 25, 2003 Share Posted February 25, 2003 :wink: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.