1. 程式人生 > >thinkcmf常用標簽

thinkcmf常用標簽

div tar 圖片地址 pre name title log 模板 idg

1、圖片地址:{:cmf_get_image_url($vo.icon)}

2、模板控件

<widget name="aboutUs">

   {$widget.title}  //控件標題
{$widget.vars.subTitle} //控件變量 subTitle
{:nl2br($widget.vars.content)} //輸出帶格式的textarea變量內容
//輸出數組變量,變量名links
<foreach name="$widget.vars.links" item="vo">
<a href="{$vo.url}">&gt; {$vo.title}</a>
</foreach> </widget>

thinkcmf常用標簽