rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: Awesoft on May 17, 2008, 04:17:39 PM
-
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?
-
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.
-
<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.
-
i will apply this fix to the default template :)