From de77023a162c1fd7aea64e185116c46fdf4cf4d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Sat, 6 May 2023 15:43:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/download.php | 2 +- src/apps/flink.php | 4 ++-- .../apps/{download_links_templet.htm => download_links.htm} | 0 src/theme/apps/{flink-add.htm => flink_add.htm} | 0 src/theme/apps/{flink-list.htm => flink_list.htm} | 0 src/theme/templet-appslist.inc | 6 +++--- 6 files changed, 6 insertions(+), 6 deletions(-) rename src/theme/apps/{download_links_templet.htm => download_links.htm} (100%) rename src/theme/apps/{flink-add.htm => flink_add.htm} (100%) rename src/theme/apps/{flink-list.htm => flink_list.htm} (100%) 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,自定义表单发布模板