Ticket #124 (closed task: fixed)
WebGUI favicon
Reported by: | kmaclean | Owned by: | kmaclean |
---|---|---|---|
Priority: | trivial | Milestone: | WebSite 0.2.2 |
Component: | Web Site | Version: | 0.1-alpha |
Keywords: | Cc: |
Description
need to set up favicon.ico
Change History
Note: See
TracTickets for help on using
tickets.
For trac:
Icon
Icons should be a 16x16 image in .gif or .ico format. Change the icon setting to site/ followed by the name of your icon file. Icons will typically be displayed by your web browser next to the site's URL and in the Bookmarks menu.
[project] icon = site/my_icon.ico
Note though that this icon is ignored by Internet Explorer, which only accepts a file named favicon.ico at the root of the host. To make the project icon work in both IE and other browsers, you can store the icon in the document root of the host, and reference it from trac.ini as follows:
[project] icon = /favicon.ico