diff options
| -rw-r--r-- | templates/post_display.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post_display.tpl b/templates/post_display.tpl index a3df39b..5f7e500 100644 --- a/templates/post_display.tpl +++ b/templates/post_display.tpl @@ -78,7 +78,7 @@ {tr}Posted{/tr}: {/if} {$comment.created|reltime} - {if $board->hasAdminPermission() && $comment.last_modified - $comment.created > $gBitSystem->getConfig( 'comments_edit_minutes' )} + {if $board->hasAdminPermission() && $comment.last_modified != $comment.created} <em> {tr}Last modified{/tr}: {if $comment.user_id < 0} {$comment.unreg_uname|escape} |
