summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2008-04-17 14:49:45 +0000
committerwjames5 <will@tekimaki.com>2008-04-17 14:49:45 +0000
commite25cfe576e297c718b3e8d6dc3c5a8a0c66a87a5 (patch)
tree44b2e8d4b4ca2a5655de52bc481bca7462e8c3e9 /templates
parent0bdd846c1e6138724327ecdd1032a07f8fcfa2da (diff)
downloadboards-e25cfe576e297c718b3e8d6dc3c5a8a0c66a87a5.tar.gz
boards-e25cfe576e297c718b3e8d6dc3c5a8a0c66a87a5.tar.bz2
boards-e25cfe576e297c718b3e8d6dc3c5a8a0c66a87a5.zip
woops wrong object ref board not group
Diffstat (limited to 'templates')
-rw-r--r--templates/list_topics.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl
index 12e915c..5d797dc 100644
--- a/templates/list_topics.tpl
+++ b/templates/list_topics.tpl
@@ -1,9 +1,9 @@
-{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.17 2008/04/17 01:01:08 wjames5 Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.18 2008/04/17 14:49:45 wjames5 Exp $ *}
{strip}
<div class="listing boards">
<div class="floaticon">
{if $print_page ne 'y'}
- {if $groupContent->getPreference('boards_mailing_list') || $groupContent->hasAdminPermission()}
+ {if $board->getPreference('boards_mailing_list') || $board->hasAdminPermission()}
<a class="item" href="{$smarty.const.BOARDS_PKG_URL}mailing_list.php?b={$board->mInfo.board_id}" title="{tr}Message Board Mailing List{/tr}">{biticon ipackage="icons" iname="internet-mail" iexplain="Edit Message Board"}</a>
{/if}
{if $gBitUser->hasPermission( 'p_boards_edit' )}