- Added a forum.lastPost.user.hasRead variable to the Message Board template.

This commit is contained in:
JT Smith 2006-07-26 22:26:19 +00:00
parent 24a2d8b760
commit 8818309eaa
4 changed files with 10 additions and 1 deletions

View file

@ -101,6 +101,11 @@ our $I18N = {
lastUpdated => 1149632734,
},
'forum.lastpost.user.hasread' => {
message => q|A boolean indicating whether the user has read the last post in the forum.|,
lastUpdated => 1149632734,
},
'forum.lastpost.url' => {
message => q|The url to view the last post in this forum.|,
lastUpdated => 1149632734,