Changing icons in the header of pages in 6.50
In some pages in VP-ASP 6.50, there is a header with a small icon - such as shopcustcontact.asp, shopcustomer.asp and shopcheckout.asp.
To change this icon, you need to edit the file directly, rather than being able to change it in shop$colors.asp.
In shopcustcontact.asp, for example, you need to find the following line -
<% shopwriteheaderpic getlang("langtellafriendmessage") , "images/icons/mail.gif" %>
You can then either make a new file called images/icons/mail.gif to replace the existing one, or you can change "images/icons/mail.gif" to be a different filename -
For example -
images/icons/mymailicon.gif
Times Viewed:
2266 |
Added By:
Claire Banks |
Date Created:
4/30/2007 |
Last Updated:
4/30/2007 |
|