thinkcmf导航制作
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thinkcmf导航制作相关的知识,希望对你有一定的参考价值。
<?php
$tree = sp_get_menu_tree(‘main‘);
?>
<foreach name="tree" item="vo">
<td align=‘center‘ class=‘no-sel‘>
<a href=‘{$vo.href}‘ target=‘{$vo.target}‘>
<span class=‘sel-mid‘>{$vo.label}</span>
</a>
</td>
</foreach>
以上是关于thinkcmf导航制作的主要内容,如果未能解决你的问题,请参考以下文章