Changeset 530 for trunk/CUSTOMISATION
- Timestamp:
- 10/10/04 22:29:50 (4 years ago)
- Files:
-
- 1 modified
-
trunk/CUSTOMISATION (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CUSTOMISATION
r507 r530 4 4 5 5 From OpenGuides 0.41, some of the supplied templates will optionally 6 call out to other template fragments that you can put in 7 templates/custom/. If custom templates do not exist then sensible 8 default wording will be used instead. 6 call out to other template fragments that you can put in a custom template 7 path (by default custom-templates/). If custom templates do not exist then 8 sensible default wording will be used instead. 9 10 The names of all custom templates will be prefixed with custom_. 9 11 10 12 The custom templates currently supported are: 11 13 12 - licence.tt14 - custom_licence.tt 13 15 Will be included at the top of the page editing form. 14 16 15 - footer_credits.tt17 - custom_footer_credits.tt 16 18 Will be included in a <div id="footer"> at the base of every page. 17 19 You may wish to take advantage of the supplied TT variables … … 22 24 Contains the version of OpenGuides that your site is running on. 23 25 24 - banner.tt26 - custom_banner.tt 25 27 Will be included in a <div id="banner"> at the top of every page. 26 28 You may wish to take advantage of the supplied TT variables … … 30 32 Requests for further custom inserts are welcomed. 31 33 34 You can also include your own versions of other templates in the 35 custom-templates/ directory, and these will override the installed files, 36 but this is not recommended for the reasons detailed above.
