Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing little green arrow in account.php


Guest

Recommended Posts

Posted

Hi

 

On my account.php page I have removed the little green arrows as per below. However, using IE I get the image not found box (the one with the red cross in it).

 

I have tried to remove the DIR_WS_IMAGES part but i get Warning: Missing argument 1 for tep_image() error.

 

What do I need to do to remove the image box?

 

<tr>
				<td class="main"><?php echo tep_image(DIR_WS_IMAGES . '') . ' <a href="' . tep_href_link(FILENAME_ACCOUNT_EDIT, '', 'SSL') . '">' . MY_ACCOUNT_INFORMATION . '</a>'; ?></td>
			  </tr>

 

Thanks

 

W

Posted

why don't you just comment the line out?

 

or if that is too much hassle (which it can't be), why don't you use microsoft paint (or similar) to make a tiny 1x1 pixel image and replace your arrow_green image with that by uploading it to the correct images file on your site?

Upon receiving fixes and advice, too many people don't bother to post updates informing the forum of how it went. Until of course they need help again on other issues and they come running back!

 

Why receive the information you require in good faith for free, only to then have the attitude to ignore the people who gave it to you?

 

There's no harm in saying, 'Thanks, it worked'. On the contrary, it creates a better atmosphere.

 

CHOOCH

Posted

Hi

 

I cannot comment the line out because the second part of it is the actual link.

 

I'll go with the idea of changing the green image to the 1x1 you suggest. I guess I was just trying to remove unneeded code.

 

W

 

why don't you just comment the line out?

 

or if that is too much hassle (which it can't be), why don't you use microsoft paint (or similar) to make a tiny 1x1 pixel image and replace your arrow_green image with that by uploading it to the correct images file on your site?

Archived

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

×
×
  • Create New...