summaryrefslogtreecommitdiff
path: root/templates/misc.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-29 22:21:23 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-29 22:21:23 +0000
commit0d9539d577886549b51d2bf70167db05f3f2514c (patch)
tree008251aa2b1c5f3f5cb30ec122f2751cda8f3b00 /templates/misc.tmpl
parenta4eaf056202dc87ab529896cafac082eb987d525 (diff)
added --hyperestraier switch, which turns on search support
(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
Diffstat (limited to 'templates/misc.tmpl')
-rw-r--r--templates/misc.tmpl6
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>