Search…

X3 Photo Gallery Support Forums

Search…
 
SweetBee
Topic Author
Posts: 11
Joined: 22 Feb 2007, 16:11

Favicon?

08 Jan 2008, 06:52

Hey Folks,

I created a favicon and would like to put it in my URL.
How can I do that?
I have read the Post here about that, but it doesn't worked out.

So pls who can help?

Thank you :-)

Regards
Bee
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

08 Jan 2008, 23:30

Basically, you can add the two following lines to your "index.php" file:
Code
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
Put those lines below the line "<title><?=$startheading;?></title>". Of course you need to create your icon also and call it "favicon.ico" and put it in the root of your website. More information on favicon here: http://www.clickfire.com/favicon-tutorial/