长城期货
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.
 
 
 
 
 
 

26 lines
492 B

{hcTaglib:nav cid="5" max-level="3" item="vo" sort="sort asc"}
<!-- {$vo.title} ( {$vo.href} ) <br/> -->
<a href="{$vo.href}" style="color: blue; text-decoration: underline;">{$vo.title}</a>
<br/>
{if !empty($vo['children'])}
{if $key == 2}
{/if}
{volist name="$vo.children" id="vv" }
<!-- {$vv.title} ( {$vv.href} ) <br/> -->
=== <a href="{$vv.href}"> {$vv.title} </a>
{/volist}
{else /}
{/if}
<br/>
{/hcTaglib:nav}
{php}
// exit;
{/php}
<!-- header start -->
<!-- header end -->