summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-08-04 16:18:43 +0000
committerChristian Fowler <spider@viovio.com>2008-08-04 16:18:43 +0000
commit3ce4c6dfcf4510f428f60b15c10e2d4b14556fd8 (patch)
treeffabfc9c0020681d5ba662ffee75ff0bb7755caf /templates
parentc56707f9955f574413d4d394f5583b1913f183fc (diff)
downloadboards-3ce4c6dfcf4510f428f60b15c10e2d4b14556fd8.tar.gz
boards-3ce4c6dfcf4510f428f60b15c10e2d4b14556fd8.tar.bz2
boards-3ce4c6dfcf4510f428f60b15c10e2d4b14556fd8.zip
add topic_count and post_count to board listing
Diffstat (limited to 'templates')
-rw-r--r--templates/board_table.tpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/board_table.tpl b/templates/board_table.tpl
index 1e1bf18..4eb3342 100644
--- a/templates/board_table.tpl
+++ b/templates/board_table.tpl
@@ -32,11 +32,10 @@
</div>
</td>
<td style="text-align:center">
- {* this field is poorly named *}
- <strong class="count">{$board.post_count}</strong>
+ <strong class="count">{$board.topic_count}</strong>
</td>
<td style="text-align:center">
- @TODO
+ <strong class="count">{$board.post_count}</strong>
</td>
<td>
{if !empty($board.last)}