Changes between Version 4 and Version 5 of TracInterfaceCustomization


Ignore:
Timestamp:
Dec 2, 2010, 11:17:40 PM (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracInterfaceCustomization

    v4 v5  
    3838[project]
    3939icon = /favicon.ico
     40}}}
     41
     42Should your browser have issues with your favicon showing up in the address bar, you may put a "?" (less the quotation marks) after your favicon file extension.
     43
     44{{{
     45[project]
     46icon = /favicon.ico?
    4047}}}
    4148
     
    165172Once you've created your custom template you will need to configure the webserver to tell Trac where the template is located (pls verify ... not yet changed to 0.11):
    166173
     174For [wiki:TracModWSGI mod_wsgi]:
     175{{{
     176os.environ['TRAC_ENV_INDEX_TEMPLATE'] = '/path/to/template'
     177}}}
     178
    167179For [wiki:TracFastCgi FastCGI]:
    168180{{{