diff --git a/src/apps/download.php b/src/apps/download.php index 19b3fe9e..0c1749f9 100755 --- a/src/apps/download.php +++ b/src/apps/download.php @@ -37,7 +37,7 @@ if ($open == 0) { include_once(DEDEINC.'/taglib/channel/softlinks.lib.php'); $ctag = ''; $downlinks = ch_softlinks($row[$vname], $ctag, $cu, '', TRUE); - require_once(DEDETEMPLATE.'/apps/download_links_templet.htm'); + require_once(DEDETEMPLATE.'/apps/download_links.htm'); exit(); } //提供软件给会员下载旧模式 diff --git a/src/apps/flink.php b/src/apps/flink.php index 6aff2fb3..19fec2fa 100755 --- a/src/apps/flink.php +++ b/src/apps/flink.php @@ -30,9 +30,9 @@ if ($dopost == 'save') { exit; } elseif ($dopost == 'add') { //显示模板简单PHP文件 - include_once(DEDETEMPLATE.'/apps/flink-add.htm'); + include_once(DEDETEMPLATE.'/apps/flink_add.htm'); exit; } //显示模板简单PHP文件 -include_once(DEDETEMPLATE.'/apps/flink-list.htm'); +include_once(DEDETEMPLATE.'/apps/flink_list.htm'); ?> \ No newline at end of file diff --git a/src/theme/apps/download_links_templet.htm b/src/theme/apps/download_links.htm similarity index 100% rename from src/theme/apps/download_links_templet.htm rename to src/theme/apps/download_links.htm diff --git a/src/theme/apps/flink-add.htm b/src/theme/apps/flink_add.htm similarity index 100% rename from src/theme/apps/flink-add.htm rename to src/theme/apps/flink_add.htm diff --git a/src/theme/apps/flink-list.htm b/src/theme/apps/flink_list.htm similarity index 100% rename from src/theme/apps/flink-list.htm rename to src/theme/apps/flink_list.htm diff --git a/src/theme/templet-appslist.inc b/src/theme/templet-appslist.inc index a4828989..ea0c9ae7 100644 --- a/src/theme/templet-appslist.inc +++ b/src/theme/templet-appslist.inc @@ -1,7 +1,7 @@ advancedsearch.htm,高级搜索模板 -download_links_templet.htm,下载地址列表模板 -flink-add.htm,添加友情链接模板 -flink-list.htm,友情链接列表模板 +download_links,下载地址列表模板 +flink_add.htm,添加友情链接模板 +flink_list.htm,友情链接列表模板 heightsearch.htm,高级搜索模板 list_diyform.htm,自定义表单列表模板 post_diyform.htm,自定义表单发布模板