Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Image place holder removel in header


Guest

Recommended Posts

Posted

I removed the 3 images in the right corner of the header but now the place holder is showing where the images are supose to be

to take a look here is the url

https://www.mosgifts.com/osCommerce/catalog/index.php

in my heard.php file on line 58 I removed this line

 

<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>

but it still show where the images are supose to be

what am I missing

 

Thanks

Ben

Mo's Gifts & Things

Posted

When i go to your store and view the source, it looks like you did not remove those lines; just the images from your file system. Go back into your header and look to see if you successfully edited the file.

Archived

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

×
×
  • Create New...