hi
Just installed this software and I cannot figure our something which will be really simple I know but
On the main shop
Top » Catalog
How do you get 'top' not to point to the main website but to the shop instead?
thanks
Latest News: (loading..)
Url - simple Question
Started by uk_animal, Feb 11 2012 04:12 PM
2 replies to this topic
#-19
Posted 11 February 2012 - 04:12 PM
#-18
Posted 11 February 2012 - 04:30 PM
@uk_animal
/catalog/includes/application_top.php
Change this around line 452:
$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);
to something like this:
$breadcrumb->add(HEADER_TITLE_TOP, 'http://your_main_domain.com');
Chris
/catalog/includes/application_top.php
Change this around line 452:
$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);
to something like this:
$breadcrumb->add(HEADER_TITLE_TOP, 'http://your_main_domain.com');
Chris
#-17 ONLINE
Posted 11 February 2012 - 05:53 PM
It should be an absolute path or the session ID's may get lost. I suggest that you use the following instead:
$breadcrumb->add(HEADER_TITLE_TOP, 'index.php');
$breadcrumb->add(HEADER_TITLE_TOP, 'index.php');
Recommended SEO Addons:
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking









