### 友情鏈接
* * * * *
>[info]基本語法
~~~
/*文字鏈接*/
{aspcms:linklist type=font group=1}
<a href="[linklist:link]" target="_blank">[linklist:name]</a>
{/aspcms:linklist}
~~~
~~~
/*圖片鏈接*/
{aspcms:linklist type=pic group=1}
<a href="[linklist:link]" target="_blank"><img src="[linklist:pic]" border="0" height="33" width="100" /></a>
{/aspcms:linklist}
~~~
>[info]標簽屬性
| | |
| -- | -- |
| type=font | 文字鏈接 |
| type=pic | 圖片鏈接 |
| type=all(或去掉type屬性) | 調用全部的鏈接 |