1、vote模块调用
参数名 是否必须 默认值 说明
siteid 是 null 站点ID
enabled 否 1 显示方式
order 否 subjectid DESC 排序方式
{pc:vote action="lists" order="subjectid desc" site>{$r[subject]}</a>投票数: {$r[votenumber]})</li>
{/loop}
</ul>
{/pc}
2、专题模块调用
参数名 是否必须 默认值 说明
siteid 否 当前站点 站点ID
elite 否 null 是否推荐
isthumb 否 null 必须有缩略图
listorder 否 null 排序方式
{pc:special action="lists" site /><p><strong>{$r['title']}</strong><br />
{$r['description']}</p></a>
{/loop}
{/pc}
3、公告模块调用
参数名 是否必须 默认值 说明
siteid 否 当前站点ID 站点ID
{pc:announce action="lists" site>{$val['title']}</a></li>
{/loop}
</ul>
{/pc}