diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-08-04 21:53:23 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-08-04 21:53:23 +0000 |
| commit | 594299c26e649029c37ea65982170e91543c66e6 (patch) | |
| tree | 6f3852c5f726300da7626437a623db0bdda1080c | |
| parent | e28763f8323fb19e55e8d30c2c02fe4bc28b0d8a (diff) | |
| download | boards-594299c26e649029c37ea65982170e91543c66e6.tar.gz boards-594299c26e649029c37ea65982170e91543c66e6.tar.bz2 boards-594299c26e649029c37ea65982170e91543c66e6.zip | |
rollback to working version
| -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 084d3be..c474646 100644 --- a/modules/mod_recent_posts.tpl +++ b/modules/mod_recent_posts.tpl @@ -1,11 +1,11 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.tpl,v 1.8 2008/08/04 21:30:04 laetzer Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.tpl,v 1.9 2008/08/04 21:53:23 laetzer Exp $ *} {strip} {if $gBitSystem->isPackageActive('boards') && {$modLastBoardPosts} {bitmodule title="$moduleTitle" name="last_board_posts"} <ul class="boards"> {section name=ix loop=$modLastBoardPosts} <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> + <a title="{tr}Author:{/tr}..." href="{$modLastBoardPosts[ix].display_url}">{$modLastBoardPosts[ix].title|default:"Comment"|escape:html}</a> <div class="date"> {displayname hash=$modLastBoardPosts[ix]}, {$modLastBoardPosts[ix].created|bit_short_date} </div> |
