Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Let's See What We Have Here - Text


Barbie97

Recommended Posts

Hi Gang,

 

I do not want my pages to have a header of "Let's see what we have here."

 

I would really like it to be the page's title. I can't find in the instructions how to do this. Anyone know??

Link to comment
Share on other sites

In includes/languages/english/index.php

 

change:

 

define('HEADING_TITLE', 'Let\'s See What We Have Here');

 

to:

 

define('HEADING_TITLE', ucwords(strtolower($categories['categories_name'])));

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...