aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-02-09 23:05:48 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-02-09 23:05:48 -0500
commitf1fcb5be9ca9e473a7a0c723871cad2c8e1493ec (patch)
treea788bb888d2fc1fccb3e90767fd661ac6ea24b94 /templates
parenta72a620134c92396fac89a1868e5727160001ab7 (diff)
downloadikiwiki-f1fcb5be9ca9e473a7a0c723871cad2c8e1493ec.tar
ikiwiki-f1fcb5be9ca9e473a7a0c723871cad2c8e1493ec.tar.gz
* Page templates can now use CTIME to show when the page was created.
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 3a1ac9ef8..249ee2efb 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -104,6 +104,7 @@ License: <TMPL_VAR LICENSE>
<div class="pagedate">
Last edited <TMPL_VAR NAME=MTIME>
+<!-- Created <TMPL_VAR NAME=CTIME> -->
</div>
</div>