Add this code below to the header of your website. Then add the favicon (png) to the root of your website.
1 2 3 |
<link rel="icon" type="image/png" href="/fav.png" /> |
You can use .ico files by using the code below.
1 2 3 4 |
<link rel="shortcut icon" href="http://aq.gthex.co.uk:10000/favicon.ico" type="image/vnd.microsoft.icon"/> <link rel="icon" href="http://aq.gthex.co.uk:10000/favicon.ico" type="image/x-ico"/> |
Add this to your header.php file
and add the image usually 16px x 16px in your root.