Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modify Top link to Home and link


Nebu

Recommended Posts

Posted

Hello, I want to change the link "Top" to "Home" and the link self! The link should load the index.php from the shop or reload the entire page, since my main page consists of two frames! How can I customize the shop?

Posted

you will find the top and catalog links in the breadcrumb in this file, includes/application_top.php

  • 5 months later...
Posted

In includes/languages/english.php

 

Change the

 

define('HEADER_TITLE_TOP', 'Top');

 

to

 

define('HEADER_TITLE_TOP', 'Home');

 

Using this the "Top" will get replaced in with the Title "Home".

Archived

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

×
×
  • Create New...