Jump to content



Latest News: (loading..)

- - - - -

Url - simple Question


This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#-19   uk_animal

uk_animal
  • Members
  • 1 posts

Posted 11 February 2012 - 04:12 PM

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

#-18   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,733 posts

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
:|: Was this post helpful ? Click the LIKE THIS button :|:

See my Profile (click here)

#-17 ONLINE   Jack_mcs

Jack_mcs
  • Members
  • 25,319 posts

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');