Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What's New Here?


Guest

Recommended Posts

Hi guys,

How do I get rid of the "What's New Here" that displays on the top of all my pages.

I remember finding it once and now I can't locate the right file.

Thanks,

dink

Link to comment
Share on other sites

You will find that in the catalog>includes>english>index.php file as below:

 

define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');

} elseif ($category_depth == 'top') {

define('HEADING_TITLE', 'What\'s New Here?');

} elseif ($category_depth == 'nested') {

define('HEADING_TITLE', 'Categories');

}

 

 

Chris

Link to comment
Share on other sites

You will find that in the catalog>includes>english>index.php file as below:

 

define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');

} elseif ($category_depth == 'top') {

define('HEADING_TITLE', 'What\'s New Here?');

} elseif ($category_depth == 'nested') {

define('HEADING_TITLE', 'Categories');

}

 

 

Chris

Thanks Chris,

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...