diff options
| author | wjames5 <will@tekimaki.com> | 2009-10-05 17:28:58 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-10-05 17:28:58 +0000 |
| commit | a4594f07253d8a6369613c183ef3b5997a7008cb (patch) | |
| tree | 4eca4cf3599bb12fc9be7eb5e3fcf7598a44c6b7 | |
| parent | 9056c7105799bb4cb8f18f52d1598fadceb41343 (diff) | |
| download | boards-a4594f07253d8a6369613c183ef3b5997a7008cb.tar.gz boards-a4594f07253d8a6369613c183ef3b5997a7008cb.tar.bz2 boards-a4594f07253d8a6369613c183ef3b5997a7008cb.zip | |
display non found msg if no boards
| -rw-r--r-- | templates/list_boards.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/list_boards.tpl b/templates/list_boards.tpl index cd6dfca..e5d0782 100644 --- a/templates/list_boards.tpl +++ b/templates/list_boards.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_boards.tpl,v 1.4 2007/05/03 08:10:23 bitweaver Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_boards.tpl,v 1.5 2009/10/05 17:28:58 wjames5 Exp $ *} {strip} <div class="listing boards"> <div class="header"> @@ -11,6 +11,8 @@ {if $child.sub_count > 0} {include file="bitpackage:boards/board_cat.tpl" child=$child color=$color} {/if} + {foreachelse} + {tr}No message boards found{/tr} {/foreach} {include file="bitpackage:boards/legend_inc.tpl" boardicons=1} |
