New Zenner
- Join Date:
- Jan 2006
- Posts:
- 17
- Plugin Contributions:
- 1
Favicon Documentation
// Favicon define('FAVICON_CODE',''. ''); after what?
When I placed it after
<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.php?faq=template_customize#faq_create_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 ” />