Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Just a quick question


Squall_Leonhart

Recommended Posts

About line 57, cat/incl/header.php or search for "oscommerce.gif".

 

The first is the image name, the 'oscommerce' is the "alt text", or what will show when the cusor is over the image.

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr class="header">
   <td align="center"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'oscomerce') . '</a>'; ?></td>
 <td align="right" valign="bottom"></td>
 </tr>
</table>

 

David

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...