Edgewall Software

Changes between Version 3 and Version 4 of 1.1/TracInterfaceCustomization


Ignore:
Timestamp:
May 13, 2015, 8:25:44 PM (9 years ago)
Author:
Jun Omae
Comment:

Merged TracInterfaceCustomization@84

Legend:

Unmodified
Added
Removed
Modified
  • 1.1/TracInterfaceCustomization

    v3 v4  
    3232[project]
    3333icon = site/my_icon.ico
    34 }}}
    35 
    36 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:
    37 
    38 {{{#!ini
    39 [project]
    40 icon = /favicon.ico
    41 }}}
    42 
    43 If your browser does not show your favicon in the address bar, append a "?" to the file extension:
    44 
    45 {{{#!ini
    46 [project]
    47 icon = /favicon.ico?
    4834}}}
    4935