2
modify template article_article.html to remove
le="color: #000000"><?php <{if $tagbar}> <!-- There are two ways to render tags: 1. Simply use the tag_bar.html template 2. Use customized template but with tagbar variables --> <!-- Select your way --> <{assign var=mode_tagbar value=2}> <!-- Way 1 --> <{if $mode_tagbar eq 1}> <div class="taglist" style="padding: 5px;"> <{includeq file="tag_bar.html"}> </div> <!-- Way 2 --> <{else}> <div> <span class="article-label"><{$tagbar.title}>:</span> <{foreachq item=keyword from=$tagbar.tags}> <span class="article-content"><{$keyword}></span> <{/foreach}> </div> <{/if}> <{/if}>