A small icon is displayed by many browsers in the URL form, on tabs and on bookmarks. This is referred to as a site icon, a shortcut icon or even the Firefox icon.
WebGUI ships with icons and with code in the style templates to set this up by default. However, it is pretty easy to customize this to use personalized icons for your site.
Original lines
<link rel="icon" href="/extras/favicon.png" type="image/png">
<link rel="shortcut icon" href="/extras/favicon.ico">
Altered lines:
<link rel="icon" href="^FileUrl(/url/to/png);" type="image/png">
<link rel="shortcut icon" href="^FileUrl(/url/to/ico);">
When you reload the page, you should see your icons. You will
need to commit your Image Assets and Style Template in order for others
to see it.
Keywords: favicon