Edgewall Software

Changes between Version 94 and Version 95 of TracInterfaceCustomization


Ignore:
Timestamp:
Nov 15, 2019, 9:22:44 AM (4 years ago)
Author:
Jun Omae
Comment:

Fixed duplicated site_header.html in Site Appearance section

Legend:

Unmodified
Added
Removed
Modified
  • TracInterfaceCustomization

    v94 v95  
    6363 - `site_head.html`, which can be used to add content inside the generated `<head>` element
    6464 - `site_header.html`, which can be used to **prepend** content inside the generated `<body>` element, before the standard content generated by Trac
    65  - `site_header.html`, which can be used to **append** content inside the generated `<body>` element, after the standard content generated by Trac
     65 - `site_footer.html`, which can be used to **append** content inside the generated `<body>` element, after the standard content generated by Trac
    6666
    6767Say you want to add a link to a custom stylesheet, and then your own header and footer. Save the following content as `site_head.html`, `site_header.html` and `site_footer.html` inside your projects `templates/` directory (each Trac project can have their own "placeholder" files) e.g. `/path/to/env/templates/site_head.html`: