View Single Post
  #1  
Old 12-28-2006, 08:36 AM
 
btomasie btomasie is offline
 

Advanced Member
  
Join Date: Oct 2004
Posts: 80
 

Default PROBLEM: $location array issue on homepage

All,
I am getting a very weird thing happening on my homepage: the TITLE is showing a category name along with the Company Name.

I changed smarty.php to show the tags, and the array is being built much differently than my other store, but can't figure out what is causing it to build this way.

Typical way in debug:
(using "..." to make it broken down better below)

{$location}
...Array(1)
......0 = Array (2)
............0 = the store name
............1 = home.php


But on my website, it's showing in debug as:

{$location}
...Array(3)
......0 = Array (2)
............0 = the store name
............1 = home.php
......1 = Array (2)
............0 = Name of cateogry ***** this is showing up in the TITLE *****
............1 = CDSEO name of the category
......2 = Array (2)
............0 = forgot to write this down, not shown in TITLE though
............1 = forgot to write this down, not shown in TITLE though


This issue is JUST with the homepage.... when I start going into categories, subcategories, checkout, etc. etc., it's perfect.

The code inside the TITLE tag is the default X-Cart code.

This is driving me nuts... hoping someone can assist with this!!! This is one of my final "cleanups" before going live. Thanks very much all !!!!

Brian
__________________
X-Cart Gold v4.0.18 [unix]
- Easy Checkout module
- ezUpsell module
- CDSEO module

X-Cart Gold v4.1.11 [unix]
***38,000+ active products!
- CDSEO module
- Address Book module
- Reorder module
- Smart Search module

X-Cart Gold v4.4.2 [unix]
- in development now!
Reply With Quote