summaryrefslogtreecommitdiff
path: root/misc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'misc.tmpl')
-rw-r--r--misc.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc.tmpl b/misc.tmpl
index 7f65217..76a3f3e 100644
--- a/misc.tmpl
+++ b/misc.tmpl
@@ -17,19 +17,25 @@
</head>
<body>
+<div id="container">
+
<div class="header">
<span>
<TMPL_VAR INDEXLINK>/ <TMPL_VAR TITLE>
</span>
</div>
+<div id="wrapper">
<div id="content">
<TMPL_VAR PAGEBODY>
</div>
+</div>
<div id="footer">
<!-- from <TMPL_VAR NAME=WIKINAME> -->
</div>
+</div><!-- #container -->
+
</body>
</html>