rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: JustinClayton on July 06, 2009, 09:39:07 PM

Title: How to remove HFS logo in titlebar/tab bar
Post by: JustinClayton on July 06, 2009, 09:39:07 PM
Looking to remove this (See image below). Thanks

(http://71.236.220.199:1337/hfs.jpg)
Title: Re: How to remove HFS logo in titlebar/tab bar
Post by: slasherx on July 07, 2009, 12:29:33 AM
add favicon in your template.

<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" type="image/ico" href="favicon.ico">
Title: Re: How to remove HFS logo in titlebar/tab bar
Post by: rejetto on July 07, 2009, 01:12:49 AM
that's called "favicon".
by this name you will find other information other than what slasherx reported.
Title: Re: How to remove HFS logo in titlebar/tab bar
Post by: JustinClayton on July 07, 2009, 01:20:00 AM
Excellent, thanks much!