summaryrefslogtreecommitdiff
path: root/modules/mod_recent_posts.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mod_recent_posts.tpl')
-rw-r--r--modules/mod_recent_posts.tpl7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/mod_recent_posts.tpl b/modules/mod_recent_posts.tpl
index b165984..ae68fba 100644
--- a/modules/mod_recent_posts.tpl
+++ b/modules/mod_recent_posts.tpl
@@ -1,7 +1,6 @@
-{* $Header$ *}
{strip}
-{if $gBitSystem->isPackageActive('boards') && {$modLastBoardPosts}
- {bitmodule title="$moduleTitle" name="last_board_posts"}
+{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"}">
@@ -15,4 +14,4 @@
</ul>
{/bitmodule}
{/if}
-{/strip} \ No newline at end of file
+{/strip}