summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorbitweaver.org <bitweaver@users.sourceforge.net>2007-05-02 16:36:47 +0000
committerbitweaver.org <bitweaver@users.sourceforge.net>2007-05-02 16:36:47 +0000
commit5d51b934c2e7d115b32ca11cde33fab6c1270d51 (patch)
treeb0481d3aa97359c40fb8d35b6096119b11c2dee3 /modules
parentc5e412f45ea0ea61071d1d9caa607f27632fffcf (diff)
downloadboards-5d51b934c2e7d115b32ca11cde33fab6c1270d51.tar.gz
boards-5d51b934c2e7d115b32ca11cde33fab6c1270d51.tar.bz2
boards-5d51b934c2e7d115b32ca11cde33fab6c1270d51.zip
xing: fix some basic template stuff
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_recent_posts.tpl11
1 files changed, 5 insertions, 6 deletions
diff --git a/modules/mod_recent_posts.tpl b/modules/mod_recent_posts.tpl
index 1e68324..95e71b6 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.3 2007/03/31 15:54:14 squareing Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.tpl,v 1.4 2007/05/02 16:36:47 bitweaver Exp $ *}
{strip}
{if $gBitSystem->isPackageActive('boards') && {$modLastBoardPosts}
{bitmodule title="$moduleTitle" name="last_board_posts"}
@@ -6,11 +6,10 @@
{section name=ix loop=$modLastBoardPosts}
<li class="{cycle values="odd,even"}">
<a href="{$modLastBoardPosts[ix].display_url}">{$modLastBoardPosts[ix].title|default:"Comment"}</a>
- <br />
- <div class="date">by {displayname hash=$modLastBoardPosts[ix]}<br/>
- {$modLastBoardPosts[ix].created|bit_long_date}
-</div>
-
+ <div class="date">
+ by {displayname hash=$modLastBoardPosts[ix]}<br />
+ {$modLastBoardPosts[ix].created|bit_long_date}
+ </div>
</li>
{sectionelse}
<li></li>