首页 > 代码库 > thinkcmf导航制作

thinkcmf导航制作

<?php
$tree = sp_get_menu_tree(‘main‘);

?>
<foreach name="tree" item="vo">
<td align=‘center‘ class=‘no-sel‘>
<a href=http://www.mamicode.com/‘{$vo.href}‘ target=‘{$vo.target}‘>
<span class=‘sel-mid‘>{$vo.label}</span>
</a>
</td>
</foreach>

thinkcmf导航制作