summaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-20 19:56:37 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-20 19:56:37 +0000
commitb7c86dda2f900dc991d1f6becda56ba3300cccce (patch)
treeaf7c88591f4672afce87bc287ad2d09ca9139c46 /templates/page.tmpl
parent3a6d0d3a771cbbc1f252cb3cfcdbeabf36d38f2b (diff)
added last changed timestamp for pages
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 5bd71dd2f..141d86a10 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -35,7 +35,10 @@
</p>
</TMPL_IF>
+<p>
<!-- from <TMPL_VAR NAME=WIKINAME> -->
+last edited <TMPL_VAR NAME=MTIME>
+</p>
</body>
</html>