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.
1234567891011 |
- <div class="ftitle_nav">
- {volist name="$gbTypeList" id="vo"}
- <div class="fbutton">
- <a href="{$vo.url}">
- <div class="{$vo.class}" title="{$vo.name}〔{$vo.count}〕">
- {$vo.name}<span>{$vo.count}</span>
- </div>
- </a>
- </div>
- {/volist}
- </div>
|