Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to put short text at every site of shop


szpaks

Recommended Posts

In the index.php file, find

			<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
		<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
	  </tr>

Be sure to get the right section of code since there are similar sections elsewhere in the file. Below the above add

 <tr>
<td class="main"><?php echo SUB_HEADING; ?></td>
</tr>

Then in english/index.php, add

define('SUB_HEADING', 'Text goes here');

You will need to adjust the class to have it look as you want.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...