Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rwite comment on main page


kristof de block

Recommended Posts

You can change or add to this area in either catalog/includes/languages/english/index.php in the

define('TEXT_MAIN', ' area or you can add it in the catalog/index.php like this around line 300 or so

 

<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
	  <tr>
		<td class="main"><?php echo tep_customer_greeting(); ?></td>
	  </tr>
<!--  Added for comment -->
	 <tr>
		<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
	  </tr>
	  <tr>
		<td><?php echo "YOUR COMMENT HERE"; ?></td>
	  </tr>
<!-- End added for comment -->
	  <tr>
		<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
	  </tr>
	  <tr>
		<td class="main"><?php echo TEXT_MAIN; ?></td>
	  </tr>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...