The last sentence in this section of the FAQ makes no sense to me. Add
Code:
// Favicon define('FAVICON_CODE',''. '');
after what?

When I placed it after
Code:
<link rel="shortcut icon" href="<?php echo FAVICON; ?>" type="image/x-icon" />
it did not reveal the favicon.


http://www.zen-cart.com/forum/faq.ph...e_new_template

#How do I get my favicon to show in Internet Explorer?

a. Create and place a favicon.ico file in the root directory of your web server

b. Use meta tags to make reference to the file.

i. In includes/languages/english.php, add the following code after the Custom Keywords section

// Favicon define('FAVICON_CODE',''. '');

ii. In includes/ templates/ YOUR_TEMPLATE/ common/ html_header.php, add after ” />