diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-20 19:56:37 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-20 19:56:37 +0000 |
commit | b7c86dda2f900dc991d1f6becda56ba3300cccce (patch) | |
tree | af7c88591f4672afce87bc287ad2d09ca9139c46 /templates | |
parent | 3a6d0d3a771cbbc1f252cb3cfcdbeabf36d38f2b (diff) | |
download | ikiwiki-b7c86dda2f900dc991d1f6becda56ba3300cccce.tar ikiwiki-b7c86dda2f900dc991d1f6becda56ba3300cccce.tar.gz |
added last changed timestamp for pages
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 3 |
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> |