GetSimple Support Forum
Change GS favicon to my own favicon - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Change GS favicon to my own favicon (/showthread.php?tid=2479)



Change GS favicon to my own favicon - MrGen - 2011-12-11

Hi I want to use my favicon on broswer tab. I always see GS. I looked into header to see if there a tag for icon but there isnt. is there a way for me to display my own favicon?

thanks


Change GS favicon to my own favicon - Connie - 2011-12-11

hello!

are you sure? Did you check the sourcecode of the generated website?

Do it as it is done with every website:
copy the ico-file into the root of your GetSimple Installation

define this in the header of your template, in this case filename is "favicon.png" and type is "png"

Code:
<link rel="shortcut icon" href="http://www.yourdomainname.tld/favicon.png" type="image/png" />