Edgewall Software

Changes between Version 83 and Version 84 of TracInterfaceCustomization


Ignore:
Timestamp:
May 13, 2015, 7:15:07 PM (9 years ago)
Author:
Jun Omae
Comment:

Internet Explorer understands favicon via link element

Legend:

Unmodified
Added
Removed
Modified
  • TracInterfaceCustomization

    v83 v84  
    3737[project]
    3838icon = site/my_icon.ico
    39 }}}
    40 
    41 Note 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 IE as well as other browsers, you can store the icon in the document root of the host and then reference it from `trac.ini` as follows:
    42 
    43 {{{#!ini
    44 [project]
    45 icon = /favicon.ico
    46 }}}
    47 
    48 If your browser does not show your favicon in the address bar, append a "?" to the file extension:
    49 
    50 {{{#!ini
    51 [project]
    52 icon = /favicon.ico?
    5339}}}
    5440