diff options
| author | wjames5 <will@tekimaki.com> | 2008-04-21 20:08:21 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-04-21 20:08:21 +0000 |
| commit | e18148558d0e061fbffc7af6a86c12446e036dd9 (patch) | |
| tree | ddffe1156322628d725af30139347bc46b325f13 /templates | |
| parent | 9f5c68b948a7cc193d4b3eb62b3fe40c697f095d (diff) | |
| download | boards-e18148558d0e061fbffc7af6a86c12446e036dd9.tar.gz boards-e18148558d0e061fbffc7af6a86c12446e036dd9.tar.bz2 boards-e18148558d0e061fbffc7af6a86c12446e036dd9.zip | |
add in new service list_tpl for including info like we would using body, but so that it can be formatted to work with table lists, location here may not be perfect - move it if you thing there is a better place for it
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/list_topics.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl index 5d797dc..2738c15 100644 --- a/templates/list_topics.tpl +++ b/templates/list_topics.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.18 2008/04/17 14:49:45 wjames5 Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.19 2008/04/21 20:08:21 wjames5 Exp $ *} {strip} <div class="listing boards"> <div class="floaticon"> @@ -69,6 +69,7 @@ <td> <a href="{$thread.url}" title="{$thread.title|escape}">{$thread.title|escape}</a> + {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='list' serviceHash=$thread} </td> <td style="text-align:center;">{if $thread.post_count-1}{$thread.post_count-1}{/if}</td> |
