{style} .help_center_star{ display: inline-block; width: 20px; height: 20px; background-repeat: no-repeat; } {/style}
{decorator name='button' class='ow_ic_add' id='btn-add-new-post' langLabel='helpcenter+add_new' onclick="location.href='`$url_new_post`'"}
{$menu}
{foreach from=$topics item='topic'} {/foreach}
{text key="helpcenter+admin_topic_title_th"} {text key="helpcenter+admin_topic_category_th"} {text key="helpcenter+admin_topic_tags_th"}

{$topic->title}

{$topic->category} {foreach from=$topic->tags item='tag'} {$tag->label} {/foreach} {if $topic->vote > 0 } {$topic->vote} {elseif 0 > $topic->vote} {$topic->vote} {else} {$topic->vote} {/if}