I have created my Favicon. Where do I put the code for the main page as well as for the shopping cart?
I have looked in the
store/includes/templates/my-template/common/html_header.php
I see this text listed in this file but do not know what to do to get the page to see my favicon. Thanks.
<?php if (defined('FAVICON')) { ?>
<link rel="icon" href="<?php echo FAVICON; ?>" type="image/x-icon" />
<link rel="shortcut icon" href="<?php echo FAVICON; ?>" type="image/x-icon" />
<?php } //endif FAVICON ?>




