Quote Originally Posted by cafman View Post
First I made the icon on Photoshop after finding a tutorial here:
http://www.photoshopsupport.com/tuto...r/favicon.html
and downloading a free icon-making Photoshop plugin from here:
http://www.telegraphics.com.au/sw/
Thanks for the tips on some resources to make favicons.

Quote Originally Posted by cafman View Post
Next, I used an FTP program to upload the icon (named favicon.ico) to /var/www/html/shop

Finally I copied these two lines of code:

<link rel="icon" href="http://www.my-bookcafe.com/shop/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://www.my-bookcafe.com/shop/favicon.ico" type="image/x-icon" />

and pasted these two lines into the file after line 27 in
/var/www/html/shop/includes/templates/CUSTOM/common/html_header.php
The rest of what you stated is automatically handled by Zen Cart without requiring edits to html_header.php

Related FAQ: https://www.zen-cart.com/tutorials/index.php?article=52