c_custom.asp
上传用户:saigedz
上传日期:2019-10-14
资源大小:997k
文件大小:1k
- <%
- '网站基本设置
- Const ZC_DATABASE_PATH="data/zblog.mdb"
- Const ZC_BLOG_HOST="http://localhost/"
- '--------------------------------------------------------------------
- Const ZC_BLOG_TITLE="Your Blog"
- Const ZC_BLOG_SUBTITLE="Good Luck To You!"
- Const ZC_BLOG_NAME="你的Blog名称"
- Const ZC_BLOG_SUB_NAME="欢迎使用Z-Blog,有问题或意见请到Zblogger.BBS社区反馈,谢谢您的参与使用。"
- Const ZC_BLOG_CSS="default"
- Const ZC_BLOG_COPYRIGHT="Copyright xxxx-xxxx Your WebSite. Some Rights Reserved."
- Const ZC_BLOG_MASTER="Your Name"
- '--------------------------------------------------------------------
- Const ZC_BLOG_THEME="default"
- %>
- <!-- #include file="LANGUAGE/SimpChinese.asp" -->