Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove some from header???


DanielaQ

Recommended Posts

Posted

This one is easy...

I want to remove the "index" word from the header (the word is next from "Catalog" word),

I like to have only the "Catalog" word.

Where can i do that?

Thx from Argentina.

Daniela

Posted

Can't think where it was exactly in the file...

 

But checkout the file /catalog/includes/languages/english/php (or other language.php

 

Your Index or Top should be in there.

 

define('HEADER_TITLE_TOP', 'Top');

 

Well, that is in my file, and mine said Top.

 

You may have define('HEADER_TITLE_TOP', 'Index');

 

If you don't wantit... just remove the Top... to get

 

define('HEADER_TITLE_TOP', '');

Archived

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

×
×
  • Create New...