summaryrefslogtreecommitdiff
path: root/templates/page_date_bar.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-11-23 15:18:18 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-11-23 15:18:18 +0000
commitbbc66ab82827fdd25641b56b5c62fa10fa77db6e (patch)
tree1d8c494d797531aa6533b1c0e93869efde074ed2 /templates/page_date_bar.tpl
parent0f6bca634cbc35ce6b01880b11d468f2bc95bafe (diff)
downloadwiki-bbc66ab82827fdd25641b56b5c62fa10fa77db6e.tar.gz
wiki-bbc66ab82827fdd25641b56b5c62fa10fa77db6e.tar.bz2
wiki-bbc66ab82827fdd25641b56b5c62fa10fa77db6e.zip
clean up and simplify reltime, make reltime optional, remove reltime equivalent function from BitDate and apply new reltime to a couple of places
Diffstat (limited to 'templates/page_date_bar.tpl')
-rw-r--r--templates/page_date_bar.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page_date_bar.tpl b/templates/page_date_bar.tpl
index 7a4aac1..5c9eefc 100644
--- a/templates/page_date_bar.tpl
+++ b/templates/page_date_bar.tpl
@@ -1,7 +1,7 @@
{if !$gBitSystem->isFeatureActive( 'hide_wiki_date' )}
<div class="date">
{tr}Created by{/tr}: {displayname user=$pageInfo.creator_user user_id=$pageInfo.user_id real_name=$pageInfo.creator_real_name},
- {tr}Last modification on{/tr} {$pageInfo.last_modified|bit_short_datetime}
+ {tr}Last modification on{/tr} {$pageInfo.last_modified|reltime}
{if $pageInfo.modifier_user_id!=$pageInfo.user_id}
{tr}by{/tr} {displayname user=$pageInfo.modifier_user user_id=$pageInfo.modifier_user_id real_name=$pageInfo.modifier_real_name}
{/if}