diff options
| author | Christian Fowler <spider@viovio.com> | 2010-02-02 22:02:21 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2010-02-02 22:02:21 +0000 |
| commit | d0334d15ac41784d7c0178ef34a54630371c0a29 (patch) | |
| tree | a370b49f3082ce7ddf75a3d3444d9deb799e96ab /templates/list_posts.tpl | |
| parent | 6453732ec543d26b380b519002eaab11580c1a03 (diff) | |
| download | boards-d0334d15ac41784d7c0178ef34a54630371c0a29.tar.gz boards-d0334d15ac41784d7c0178ef34a54630371c0a29.tar.bz2 boards-d0334d15ac41784d7c0178ef34a54630371c0a29.zip | |
use ->getTitle() method instead of ->mInfo.title in templates to allow for cleaner polymorphism
Diffstat (limited to 'templates/list_posts.tpl')
| -rw-r--r-- | templates/list_posts.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_posts.tpl b/templates/list_posts.tpl index be60c57..4509f32 100644 --- a/templates/list_posts.tpl +++ b/templates/list_posts.tpl @@ -1,10 +1,10 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_posts.tpl,v 1.20 2009/10/08 22:20:30 wjames5 Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_posts.tpl,v 1.21 2010/02/02 22:02:21 spiderr Exp $ *} {strip} <div class="listing boards"> <div class="navbar"> <div class="boards breadcrumb"> - <a href="{$smarty.const.BOARDS_PKG_URL}">{tr}Message Boards{/tr}</a> » <a href="{$board->mInfo.display_url}">{$board->mInfo.title|escape}</a> + <a href="{$smarty.const.BOARDS_PKG_URL}">{tr}Message Boards{/tr}</a> » <a href="{$board->mInfo.display_url}">{$board->getTitle()|escape}</a> </div> </div> |
