diff options
| author | Christian Fowler <spider@viovio.com> | 2008-08-04 16:18:43 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2008-08-04 16:18:43 +0000 |
| commit | 3ce4c6dfcf4510f428f60b15c10e2d4b14556fd8 (patch) | |
| tree | ffabfc9c0020681d5ba662ffee75ff0bb7755caf /templates | |
| parent | c56707f9955f574413d4d394f5583b1913f183fc (diff) | |
| download | boards-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.tpl | 5 |
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)} |
