Hi there.
I've been working on a template and everything went fine, except for one thing:
In my design I've added an additional frontpage. Kinda like a splashpage.
No problems here. When clicked on a image which resembles one of the categories the user gets redirected to the rest of the shop.
This is where the problem comes. The bread crumbs are working, but redirect to the wrong homepage.
The newly added splashpage is 'build up' by the original home.php.
Links to categories or standard pages on this splashpage all redirect to home2.php, which is the same as home.php, except that this home2 file 'builds up' the shop as it supposed to do.
The URLs used in de bread crumbs point to home.php though! So everytime I click a link in the crumbs I get back to the splashpage, instead of the shop with the right (sub)categorie shown.
I already know that the URL is dynamicaly created out of the array $location, but I can't find the spot where the data for this array is inserted in the variable.
So basicaly: where and/or how (if even possible) do I change the URL in the breadcrumbs?
Thanks in advance!
Greet,
Perry
PS: to take a look at the template:
http://officecomputer.oswshop.nl/shop/
(It's in Dutch, so you know, but that shouldn't be a problem to check my problem out

)