{style} {literal} .ow_forum_attachment_icon { display: inline-block; background-repeat: no-repeat; vertical-align: bottom; 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 $canEdit && $newThemeCoreEnabled}
| {text key='forum+topic'} | {text key='forum+replies'} | {text key='forum+views'} | {text key='forum+last_reply'} | |
|---|---|---|---|---|
|
{if $topic.new}{/if}
{if $topic.sticky}{text key='forum+sticky'}{/if}
{if $topic.locked}{/if}
{if isset($attachments[$topic.id])}
{if isset($enableAttachments) && $enableAttachments}{/if}
{/if}
{$topic.title} |
{if $topic.replyCount}{$topic.replyCount}{else}-{/if} | {$topic.viewCount} | {if isset($topic.lastPost)} {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'} | ||||