Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tep_image not working ?


gert cuykens

Recommended Posts

Why does it not show the #($(#$^(#$^%#()% image ?

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr class="header">
   <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'logo.jpg', 'logo') . '</a>'; ?></td>
   <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
   <td><?php echo tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT);?></td>
    
<!--
   <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a>  <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>  <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?>  </td>
-->

 </tr>
</table>

 

It generates this

 

http://www.racebikerenting.com/~racebike/o...php?cPath=21_22

 

<!-- header //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr class="header">
   <td valign="middle"><a href="http://www.racebikerenting.com/~racebike/osCommerce/catalog/index.php"><img src="images/logo.jpg" border="0" alt="logo" title=" logo "></a></td>

   <td class="pageHeading" align="right"></td>
   <td></td>
    
<!--
   <td align="right" valign="bottom"><a href="https://host349.ipowerweb.com/~racebike/osCommerce/catalog/account.php?osCsid=0361851871b1b7c95065a1745e2c7a4a"><img src="images/header_account.gif" border="0" alt="My Account" title=" My Account "></a>  <a href="http://www.racebikerenting.com/~racebike/osCommerce/catalog/shopping_cart.php"><img src="images/header_cart.gif" border="0" alt="Cart Contents" title=" Cart Contents "></a>  <a href="https://host349.ipowerweb.com/~racebike/osCommerce/catalog/checkout_shipping.php?osCsid=0361851871b1b7c95065a1745e2c7a4a"><img src="images/header_checkout.gif" border="0" alt="Checkout" title=" Checkout "></a>  </td>
-->

 </tr>
</table>

 

So why tep_image not working ?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...