diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-08-04 21:30:04 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-08-04 21:30:04 +0000 |
| commit | e28763f8323fb19e55e8d30c2c02fe4bc28b0d8a (patch) | |
| tree | 9fb0deb09f4d5929ad6d720b36ef6adbcb6f5a8a /modules | |
| parent | b236f57b37c61bfbf328a5951eda7c3945365ce1 (diff) | |
| download | boards-e28763f8323fb19e55e8d30c2c02fe4bc28b0d8a.tar.gz boards-e28763f8323fb19e55e8d30c2c02fe4bc28b0d8a.tar.bz2 boards-e28763f8323fb19e55e8d30c2c02fe4bc28b0d8a.zip | |
fixed bug committed before
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_recent_posts.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod_recent_posts.tpl b/modules/mod_recent_posts.tpl index b319454..084d3be 100644 --- a/modules/mod_recent_posts.tpl +++ b/modules/mod_recent_posts.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.tpl,v 1.7 2008/08/04 21:21:56 laetzer Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.tpl,v 1.8 2008/08/04 21:30:04 laetzer Exp $ *} {strip} {if $gBitSystem->isPackageActive('boards') && {$modLastBoardPosts} {bitmodule title="$moduleTitle" name="last_board_posts"} @@ -7,7 +7,7 @@ <li class="{cycle values="odd,even"}"> <a title="{tr}Author:{/tr} {displayname hash=$modLastBoardPosts[ix]}" href="{$modLastBoardPosts[ix].display_url}">{$modLastBoardPosts[ix].title|default:"Comment"|escape:html}</a> <div class="date"> - {tr}by {displayname hash=$modLastBoardPosts[ix]}{/tr} {$modLastBoardPosts[ix].created|bit_short_date} + {displayname hash=$modLastBoardPosts[ix]}, {$modLastBoardPosts[ix].created|bit_short_date} </div> </li> {/section} |
