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

12 lines
291 B

<header class="tab-head">
<ul class="nav nav-tabs">
{volist name="three_level" id="vo"}
<li class="{if condition ="isset($vo['cur']) && $vo['cur'] == 1"}active{/if}">
<a href="{$vo.linkurl}">{$vo['name']}</a>
</li>
{/volist}
</ul>
</header>