aboutsummaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-11 20:09:58 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-05-11 20:09:58 +0000
commit190202dd4ee8c11dc60d5fa801ca19b4b7b0e3f6 (patch)
treee9a6f619bee6f43fd762cb186b8791ca59b39e8d /templates/page.tmpl
parent02fd4b9f337dc8d88c47c13be7591f6e4b8949de (diff)
downloadikiwiki-190202dd4ee8c11dc60d5fa801ca19b4b7b0e3f6.tar
ikiwiki-190202dd4ee8c11dc60d5fa801ca19b4b7b0e3f6.tar.gz
* Make all templates have a footer div to ease themeing. Required template
and style sheet updates, and unless you're using customised versions, you'll want to rebuild wikis on upgrade to this version to avoid inconsistencies. * Allow WIKINAME to to used in footers, as an example of something to put there.
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 5b3c90b5b..fd44a53be 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -59,6 +59,7 @@
</div>
<div id="footer">
+<div id="pageinfo">
<TMPL_IF NAME="TAGS">
<div class="tags">
@@ -87,12 +88,13 @@ Links:
</div>
</TMPL_IF>
-<div class="pageinfo">
-<!-- from <TMPL_VAR NAME=WIKINAME> -->
+<div class="pagedate">
Last edited <TMPL_VAR NAME=MTIME>
</div>
+</div>
<TMPL_IF EXTRAFOOTER><TMPL_VAR EXTRAFOOTER></TMPL_IF>
+<!-- from <TMPL_VAR NAME=WIKINAME> -->
</div>
</body>