diff options
Diffstat (limited to 'modules/mod_wiki_last_comments.tpl')
| -rw-r--r-- | modules/mod_wiki_last_comments.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod_wiki_last_comments.tpl b/modules/mod_wiki_last_comments.tpl index 1a54823..9d8484f 100644 --- a/modules/mod_wiki_last_comments.tpl +++ b/modules/mod_wiki_last_comments.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_wiki_last_comments.tpl,v 1.2 2005/08/07 17:46:50 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_wiki/modules/mod_wiki_last_comments.tpl,v 1.3 2006/03/25 20:55:08 squareing Exp $ *} {if $lastComments} {if $nonums eq 'y'} {eval var="{tr}Last `$module_rows` wiki comments{/tr}" assign="tpl_module_title"} @@ -12,7 +12,7 @@ <a href="{$smarty.const.WIKI_PKG_URL}index.php?content_id={$lastComments[ix].content_id}" title="{$lastComments[ix].comment_date|bit_short_datetime}, by {displayname hash=$lastComments[ix] nolink=1}{if $moretooltips eq 'y'} on page {$lastComments[ix].page}{/if}"> {if $moretooltips ne 'y'} <b>{$lastComments[ix].content_title}</b>: - {/if} {$lastComments[ix].title} + {/if} {$lastComments[ix].title|escape} </a> </li> {sectionelse} |
