Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I change the Top link?


Wilderness

Recommended Posts

Posted

Greetings,

 

How do I change my top link? I have changed it once to my website index, I would now like to change it to something else. I just don't remember where I first changed it.

 

Can someone tell me where to change it again... :rolleyes:

 

I am referring the the link at the very top of the osc where it now says: Amor Productions Homepage

 

here is the link to see the page: http://www.amorproductions.com/catalog/default.php

 

Thank you,

Bobby

Posted

try catalog/includes/header.php

 

hope that helps

Posted

Actually, it's in includes/application_top.php that it is set (look for $breadcrumb->add statements). The header just displays it.

 

Hth,

Matt

Posted

  $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

Hth,

Matt

Posted

In includes/languages/english.php change to

  define('HEADER_TITLE_TOP', 'Back to Soundwomb');

Note: you could also make this change less portably by changing it in the breadcrumb statement directly; the first parameter is the title, and the second is the place to which to link. You may want to check and make sure that this is not what you did last time.

 

Hth,

Matt

Posted

Matt,

 

Ok, I am not sure where I made the change. However, I just added the new text to the english.php and added an html link and it seems to be working fine.

 

I will next time use the breadcrumb method. Will be simpler I am sure. :)

 

Thanks for all the help.

 

Bobby

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...