// 可以嵌套使用,如:index.html 嵌套一个head.html,同时head.html中嵌套comm.html,支持使用子目录,如:{include file=comm/***.html}
{include file="文件/文件名"}
// 系统默认是以2010-03-24 08:15:42,Y-m-d H:i:s格式
{:date('Y-m-d', strtotime($create_time))}
// 如:内容列表内容、内容详情页内容、带有html代码内容
{$content|raw}
// 要截取的字符串,起始位置,结束位置
{:csubstr('abc123', 0, 2)}
// 过滤掉(空格、全角空格、换行等)
{:ctrim($x)}
// 保留两位小数点
{:number_format($x, 2)}
{volist name="crumbs" id="item"}
{$item.title}
{$item.url}
// 更多字段...
{/volist}
// 当前页面id
{$catalog.id}
// 当前页面链接
{$catalog.url}
// 生成宽高40的缩略图,缩略图已存在不会重复生成
{:thumbnail($url, 40, 40)}
http://www.xxx.com
/sitemap.xml