Changeset 530 for trunk/CUSTOMISATION

Show
Ignore:
Timestamp:
10/10/04 22:29:50 (4 years ago)
Author:
dom
Message:

Change custom template locations.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CUSTOMISATION

    r507 r530  
    44 
    55From 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. 
     6call out to other template fragments that you can put in a custom template 
     7path (by default custom-templates/). If custom templates do not exist then 
     8sensible default wording will be used instead. 
     9 
     10The names of all custom templates will be prefixed with custom_. 
    911 
    1012The custom templates currently supported are: 
    1113 
    12  - licence.tt 
     14 - custom_licence.tt 
    1315   Will be included at the top of the page editing form. 
    1416 
    15  - footer_credits.tt 
     17 - custom_footer_credits.tt 
    1618   Will be included in a <div id="footer"> at the base of every page. 
    1719   You may wish to take advantage of the supplied TT variables 
     
    2224       Contains the version of OpenGuides that your site is running on. 
    2325 
    24  - banner.tt 
     26 - custom_banner.tt 
    2527   Will be included in a <div id="banner"> at the top of every page. 
    2628   You may wish to take advantage of the supplied TT variables 
     
    3032Requests for further custom inserts are welcomed. 
    3133 
     34You can also include your own versions of other templates in the 
     35custom-templates/ directory, and these will override the installed files, 
     36but this is not recommended for the reasons detailed above.