diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-28 17:12:03 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-30 12:48:01 +0200 |
commit | cd55884f9837034d5608bb514cf0f76cdfbe7741 (patch) | |
tree | 8521925671a1d8ec0066257bda56a4407efc5ccb /.templates | |
parent | dac9389148bf8abf6f9891ec0ee851b4b39ba4fc (diff) |
Add ``TMPL_VAR LICENSE''.
Diffstat (limited to '.templates')
-rw-r--r-- | .templates/page.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.templates/page.tmpl b/.templates/page.tmpl index fd44a53b..775aa8ca 100644 --- a/.templates/page.tmpl +++ b/.templates/page.tmpl @@ -94,6 +94,7 @@ Last edited <TMPL_VAR NAME=MTIME> </div> <TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF> +<TMPL_IF LICENSE><div id="license"><TMPL_VAR LICENSE></div></TMPL_IF> <!-- from <TMPL_VAR NAME=WIKINAME> --> </div> |