aboutsummaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-26 19:33:28 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-26 19:33:28 +0000
commitfe52c28bd660013563c55574bddfac28d132b8b9 (patch)
tree26aedf20b6195aaf272e65612d101bbc7259ef64 /templates/page.tmpl
parent67e299bf7d21d1cefde63d7ff3499539186a48c1 (diff)
downloadikiwiki-fe52c28bd660013563c55574bddfac28d132b8b9.tar
ikiwiki-fe52c28bd660013563c55574bddfac28d132b8b9.tar.gz
* Move the footer div to enclose tags and links too.
* More style sheet updates, remove the hack that used the tags div to create the footer border.
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index e9cc62b6d..3cb8e75bb 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -58,6 +58,8 @@
<TMPL_VAR CONTENT>
</div>
+<div id="footer">
+
<TMPL_IF NAME="TAGS">
<div class="tags">
Tags:
@@ -85,12 +87,12 @@ Links:
</div>
</TMPL_IF>
-<div id="footer">
<div class="pageinfo">
<!-- from <TMPL_VAR NAME=WIKINAME> -->
Last edited <TMPL_VAR NAME=MTIME>
<TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF>
</div>
+
</div>
</body>