Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Page Title help needed


muttsnuts

Recommended Posts

This is probably quite simple but still I need help.

 

When I visit my store at the very top of internet explorer where the page title usually goes it say 'oscommerce'.

 

How do I change this?

 

Thanks

 

 

Go to ..../includes/languages/english.php

 

Then change this line:

// page title

define('TITLE', 'Your Page Title Here');

Link to comment
Share on other sites

There is a file in catalog\includes\header.php and code in it that pulls in the image/logo

 

Look for a something like this in that file

	<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td>

 

You could change the oscommerce to the image you want. Then place your image in the catalog\images directory

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...