Changes between Version 1 and Version 2 of TracInterfaceCustomization
- Timestamp:
- Mar 20, 2012, 4:04:32 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracInterfaceCustomization
v1 v2 60 60 61 61 Say you want to add a link to a custom stylesheet, and then your own 62 header and footer. Save the following content as 'site.html' inside your projects templates directory (each Trac project can have their own site.html), e.g. {{{/path/to/env/templates/site.html}}}: 62 header and footer. Save the following content as 'site.html' inside your projects templates directory (each Trac project can have their own site.html), e.g. {{{ 63 /path/to/env/templates/site.html 64 }}}: 63 65 64 66 {{{ … … 181 183 #!sh 182 184 $ export TRAC_ENV_INDEX_TEMPLATE=/path/to/template 183 }}} 185 186 }}} 184 187 - Windows 185 188 {{{ 186 189 #!sh 187 190 $ set TRAC_ENV_INDEX_TEMPLATE=/path/to/template 188 }}} 191 192 }}} 189 193 190 194 == Project Templates == … … 203 207 ---- 204 208 See also TracGuide, TracIni 209