Ignore:
Timestamp:
11/24/08 09:48:21 (4 years ago)
Author:
SvenDowideit
Message:

Item273: rename twiki.tmpl -> foswiki.tmpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/data/System/Skins.txt

    r883 r906  
    8686   * =viewprint= - used to create the printable view 
    8787    
    88 =twiki.tmpl= is a master template conventionally used by other templates, but not used directly by code. 
     88=foswiki.tmpl= is a master template conventionally used by other templates, but not used directly by code. 
    8989 
    9090__%X% Note:__ Make sure templates do not end with a newline. Any newline will expand to an empty =<p />= in the generated html. It will produce invalid html, and may break the page layout.  
     
    9292---+++ Partial customisation, or adding in new features to an existing skin 
    9393 
    94 You can use recusion in the TMPL:INCLUDE chain (eg twiki.classic.tmpl contains =%<nop>TMPL:INCLUDE{"twiki"}%=, the templating system will include the next twiki.SKIN in the skin path.  
     94You can use recusion in the TMPL:INCLUDE chain (eg foswiki.classic.tmpl contains =%<nop>TMPL:INCLUDE{"twiki"}%=, the templating system will include the next twiki.SKIN in the skin path.  
    9595For example, to create a customisation of pattern skin, where you _only_ want to remove the edit & WYSIWYG buttons from view page, you create only a =view.yourlocal.tmpl=: 
    9696<verbatim> 
Note: See TracChangeset for help on using the changeset viewer.