The last sentence in this section of the FAQ makes no sense to me. Add
after what?Code:// Favicon define('FAVICON_CODE',''. '');
When I placed it after
it did not reveal the favicon.Code:<link rel="shortcut icon" href="<?php echo FAVICON; ?>" type="image/x-icon" />
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 ” />




