{style} {literal} .ow_forum_attachment_icon { display: inline-block; background-repeat: no-repeat; cursor: pointer; width: 14px; height: 17px; } {/literal} {/style} {if empty($authError)} {script} {literal} $(".btn_add_topic").click(function(){ window.location.href='{/literal}{$addTopicUrl}{literal}'; }); {/literal} {/script} {/if} {if !empty($showCaption)} {if $isHidden}
{text key='forum+topic'} | {text key='forum+replies'} | {text key='forum+views'} | {text key='forum+last_reply'} | |
---|---|---|---|---|
{if $topic.new} | {/if} {if $topic.locked} {/if} {if $topic.sticky} {/if}{if isset($attachments[$topic.id])} {$topic.title} | {/if}{if $topic.replyCount}{$topic.replyCount}{else}-{/if} | {$topic.viewCount} | {if isset($topic.lastPost)} {text key='forum+last_reply'} {text key='forum+by'} {user_link username=$usernames[$topic.lastPost.userId] name=$displayNames[$topic.lastPost.userId]} {$topic.lastPost.createStamp} {/if} |
{text key='forum+no_topic'} |