You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
350 B
HTML

5 years ago
<!-- <div class="cf main-place top_nav_list navtab_list">
<h3 class="page_title">{$title}</h3>
<p class="description_text"></p>
</div> -->
<div class="fr">
<volist name="tree" id='vo'>
<a <if condition="$vo.id eq $cateID"> class="tabchose" </if> href="{:U('Article/index',array('cate_id'=>$vo['id']))}">{$vo.title}</a>
</volist>
</div>