rejetto forum

How to apply my own favicon.ico to all folders?

0 Members and 1 Guest are viewing this topic.

Offline Awesoft

  • Occasional poster
  • *
    • Posts: 34
    • View Profile
I have put my own favicon.ico on the root, but when I click on other folder, appears the default HFS icon.
How can I apply it to all folders?
« Last Edit: May 17, 2008, 04:20:13 PM by Awesoft »


Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
For HTML:
<link rel="shortcut icon" href="/favicon.ico">

For xHTML:
<link re="shortcut icon" href="/favicon.ico"/>

Try that in the </head> of your template. Might work.
« Last Edit: May 27, 2008, 04:14:16 PM by That_Stevens_Guy »


Offline Awesoft

  • Occasional poster
  • *
    • Posts: 34
    • View Profile
<link REL="SHORTCUT ICON" HREF="/favicon.ico">

Try that in the </head> of your template. Might work.

It works!

I see the little change regarding the default <link rel="shortcut icon" href="favicon.ico" />

Thank you.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile