区域门户页面模板:Index_area
html{template "content","header"} 返回培训首页 最新公告 更多>> {pc:content action="lists" notice="1" areacode="$areacode" catid="501" order="listorder" num="10" return="info"} {loop $info $v} {str_cut($v['title'],28)} {/loop} {/pc}注:公告栏目比其他栏目多加 notice,其他栏目去掉 notice=”1”区域页面更多页模板:List
html{template "content","header"} 首页 > {catpos($catid)} 列表 {pc:content action="lists" areacode="$code" notice="$notice" catid="$catid" num="25" order="id DESC" page="$page"} {loop $data $r}{date('Y-m-d H:i:s',$r[inputtime])}·{$r[title]}{if $n%5==0}{/if}{/loop} {$pages}{/pc} 注:其他栏目去掉 notice=”$notice”