Originally posted by: LoKe
It's a favourite icon. Simply put the 16x16 image in your HTDocs folder named favicon.ico Then add this to your head tags :
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
EDIT : Or, if you'd like, you can put it anywhere on your server, just change /favicon.ico with the path to your icon.
32x32 is acceptable aswell, it'll just scale it to size.