diff options
Diffstat (limited to 'templates/misc.tmpl')
-rw-r--r-- | templates/misc.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/misc.tmpl b/templates/misc.tmpl index 98d60d703..442db8c21 100644 --- a/templates/misc.tmpl +++ b/templates/misc.tmpl @@ -8,13 +8,19 @@ </head> <body> +<div id="header"> <h1> <TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE> </h1> +</div> +<div id="content"> <TMPL_VAR PAGEBODY> +</div> +<div id="footer"> <!-- from <TMPL_VAR NAME=WIKINAME> --> +</div> </body> </html> |