Browse Source

优化

tags/6.2.0
xushubieli 1 year ago
parent
commit
3694568f85
2 changed files with 6 additions and 9 deletions
  1. +1
    -1
      src/system/dedetag.class.php
  2. +5
    -8
      src/theme/templet-filelist.inc

+ 1
- 1
src/system/dedetag.class.php View File

@@ -860,7 +860,7 @@ class DedeTagParse
} else if (file_exists(DEDEROOT.'/theme/'.$cfg_df_style.'/'.$filename)) {
$okfile = DEDEROOT.'/theme/'.$cfg_df_style.'/'.$filename;
} else {
return "无法在这个位置找到:$filename";
return "主题模板不存在:$filename";
}
//编译
if ($ismake != "no") {


+ 5
- 8
src/theme/templet-filelist.inc View File

@@ -1,15 +1,14 @@
head.htm,列表页头部模板
head_nocatalog.htm,内容页\主页等无子栏目页面头部模板
header.htm,列表页头部模板
footer.htm,列表页底部模板
index.htm,主页模板
ajaxfeedback.htm,Ajax评论模板
ajaxfeedback.htm,评论模板
article_article.htm,文章内容页模板
article_article1.htm,随机文章内容页模板1
article_article2.htm,随机文章内容页模板2
article_article1.htm,文章内容页模板
article_article_frame.htm,文章内容页模板框架版
article_default.htm,自定义文档内容模板
article_default_sg.htm,自定义单表文档内容模板
article_image.htm,图片集内容页模板
article_image_cl.htm,图片集内容页模板(新图集样式)
article_image_cl.htm,图片集内容页模板图集版
article_image_frame.htm,图片集内容页模板框架版
article_shop.htm,商品模型内容页模板
article_soft.htm,软件内容页模板
@@ -32,8 +31,6 @@ list_soft.htm,默认软件列表模板
list_infos.htm,分类信息列表模板
list_spec.htm,默认专题列表模板
list_shop.htm,默认商城列表模板
footer.htm,列表页底部模板
googlemap.htm,google地图模板
search.htm,普通搜索模板
advancedsearch.htm,高级搜索模板
singlepage.htm,单独页面模板


Loading…
Cancel
Save