Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove Home Page Text


jmotos

Recommended Posts

Posted

That phrase is in catalog/includes/languages/english/index.php

 

 

Change

 

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

 

To

 

define('HEADING_TITLE', 'your new heading here');

 

How can i remove the text that says "Whats New Here?" or change it to something else?
Posted

i can see a bit that says:

 

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

 

but not the bit you said,

 

im geussing its at the top ?

Archived

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

×
×
  • Create New...