2022-4-17 admin
PbCMS技巧
1、IIS7+环境(IIS6的环境自行百度):
1)安装rewrite组件,如果使用空间一般空间商默认已经安装;
2)到后台配置参数中开启伪静态开关;
3)在站点目录建立web.config文件(可到源码包rewrite目录下拷贝规则),规则内容如下:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
 ...
阅读全文>>
评论(0)
浏览(27)
2022-4-17 admin
PbCMS技巧
1、模板文件嵌套引用
{include file=***.html}
使用说明:
可以嵌套使用,如:index.html 嵌套一个head.html,同时head.html中嵌套comm.html
支持使用子目录,如:{include file=comm/***.html}
2、时间格式化标签
style=*
如:内容列表时间格式化[list:date style=Y-m-d]、内容详情页时间格式化{content:date style=Y-m-d}
&n...
阅读全文>>
评论(0)
浏览(12)