To change the favicon to the icon of your choosing, first upload your new favicon somewhere within the email marketer directory on your web server. A good location is in the /admin/images/ directory. Next, open up the /admin/includes/templates/header.tpl file in a text editor. At the very top of the document, in the <HEAD> section, is the following line:
<link rel="icon" href="images/favicon.ico" type="image/vnd.microsoft.icon">
Change the HREF attribute in this line to the location of your new icon, and save the header.tpl file. If we uploaded an icon called "newicon.ico" into the /admin/images/ directory, the line would instead become this:
<link rel="icon" href="images/newicon.ico" type="image/vnd.microsoft.icon">
When you refresh, your new favicon should be located in the address bar of your browser of choice.
