diff options
| author | Tomasz Kalkosinski <pppspoonman@users.sourceforge.net> | 2008-12-28 00:12:16 +0000 |
|---|---|---|
| committer | Tomasz Kalkosinski <pppspoonman@users.sourceforge.net> | 2008-12-28 00:12:16 +0000 |
| commit | dee9b57087f747cf0d2202577dc75a5ceaad3ade (patch) | |
| tree | 870a394e4f8e41a39dcf2492786a6e88d31157b6 /templates/display_comment.tpl | |
| parent | dabbadb9fe247394293df65ee86885cb98525ad3 (diff) | |
| download | liberty-dee9b57087f747cf0d2202577dc75a5ceaad3ade.tar.gz liberty-dee9b57087f747cf0d2202577dc75a5ceaad3ade.tar.bz2 liberty-dee9b57087f747cf0d2202577dc75a5ceaad3ade.zip | |
use reltime. It falls either way if it's turned off.
Diffstat (limited to 'templates/display_comment.tpl')
| -rw-r--r-- | templates/display_comment.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/display_comment.tpl b/templates/display_comment.tpl index 8935d0c..a272476 100644 --- a/templates/display_comment.tpl +++ b/templates/display_comment.tpl @@ -25,7 +25,7 @@ <div class="header"> <h3>{$comment.title|escape}</h3> <div class="date"> - {tr}by{/tr} {if $comment.user_id < 0}{$comment.anon_name|escape}{else}{displayname hash=$comment}{/if}, {$comment.last_modified|bit_long_datetime} + {tr}by{/tr} {if $comment.user_id < 0}{$comment.anon_name|escape}{else}{displayname hash=$comment}{/if}, {$comment.last_modified|reltime} </div> </div> <div class="content"> |
