Welcome Guest, Not a member yet? Register   Sign In
How to change favicon icon?
#1

[eluser]discsurfer[/eluser]
Hi all.

I'm new to the 'game' of CodeIgniter and so far I like it. =)

A small question:

How to change the favicon icon in the code?


/discsurfer
#2

[eluser]Clooner[/eluser]
Not so much a CI question... I suggest you google it!

Code:
Hint
You will have to add meta tags to your html!
#3

[eluser]siubie[/eluser]
hmmhh

Code:
<link rel="shortcut icon" href="/images/design/favicon.ico" type="image/x-icon" />

change to

Code:
<link rel="shortcut icon" href="<?=$some_variable?>" type="image/x-icon" />
#4

[eluser]discsurfer[/eluser]
Thank you very much for the replies...

I manage to change the icon image on the server and it worked just, Big Grin weee

But I cant find the place in the code where I change.


/discsurfer
#5

[eluser]Clooner[/eluser]
Actually most browser will check the root of the domain to see if the file favicon.ico exists and will try to load it even if you don't have it defined anywhere in your html!
#6

[eluser]discsurfer[/eluser]
Thx again m8

That must be the case in this one, becource I can only see the icon in the root directory.

Nice to know =D

Thread closed!




Theme © iAndrew 2016 - Forum software by © MyBB