[TOC]
## 導航菜單
**獲取微站首頁導航菜單,section為獲取指定位置的導航(可以不傳此值)**
### 示例
~~~
{data func='site_navs' section='2' item='nav'}
{$nav['html']} <br>
{/data}
~~~
### 輸出結果
~~~
<a href="http://www.163.com" class="box-item">
<i class="fa fa fa-cloud " style="color:;font-size:35px;"></i>
<span style="color:;" title="測試上傳圖片樣式顯示">測試上傳圖片樣式顯示</span>
</a>
<br>
<a href="./index.php?i=181&c=home&" class="box-item">
<i class="fa fa fa-truck " style="color:;font-size:35px;"></i>
<span style="color:;" title="公司簡介">公司簡介</span>
</a>
<br>
~~~