diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2001-09-14 08:43:22 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2001-09-14 08:43:22 +0000 |
commit | 25d99cc4d2c5e483c003e1daa50c0f84d67469db (patch) | |
tree | 09c300923d2d7dbbe391b1827d22be1b8442dc32 /TWiki | |
parent | 495da96780febb3efcbc681edd83d92e9078dc42 (diff) |
none
Diffstat (limited to 'TWiki')
-rw-r--r-- | TWiki/TWikiSkins.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TWiki/TWikiSkins.mdwn b/TWiki/TWikiSkins.mdwn index 6e6dc667..e5c0687e 100644 --- a/TWiki/TWikiSkins.mdwn +++ b/TWiki/TWikiSkins.mdwn @@ -6,9 +6,9 @@ _Overlay regular templates with alternate header/footer layouts_ ## <a name="Overview"> Overview </a> -Skins are customized [[TWikiDocumentation]] files. You can use skins to change the look of a %WIKITOOLNAME% topic, for example, the layout of the header and footer. Rendered text between header and footer does **_not_** change. You can also use skins to define an alternate view, like a view optimized for printing. +Skins are customized [[TWikiTemplates]] files. You can use skins to change the look of a %WIKITOOLNAME% topic, for example, the layout of the header and footer. Rendered text between header and footer does **_not_** change. You can also use skins to define an alternate view, like a view optimized for printing. ---++ Defining Skins +## <a name="Defining_Skins"> Defining Skins </a> Skin files are located in the `twiki/templates` directory and are named with the syntax: <code>**<scriptname>.<skin>.tmpl**</code>. For example, the **Printable** skin for the `view` template is `view.print.tmpl`. |