Browse Source

文件名统一

tags/6.2.7
叙述、别离 1 year ago
parent
commit
de77023a16
6 changed files with 6 additions and 6 deletions
  1. +1
    -1
      src/apps/download.php
  2. +2
    -2
      src/apps/flink.php
  3. +0
    -0
      src/theme/apps/download_links.htm
  4. +0
    -0
      src/theme/apps/flink_add.htm
  5. +0
    -0
      src/theme/apps/flink_list.htm
  6. +3
    -3
      src/theme/templet-appslist.inc

+ 1
- 1
src/apps/download.php View File

@@ -37,7 +37,7 @@ if ($open == 0) {
include_once(DEDEINC.'/taglib/channel/softlinks.lib.php'); include_once(DEDEINC.'/taglib/channel/softlinks.lib.php');
$ctag = ''; $ctag = '';
$downlinks = ch_softlinks($row[$vname], $ctag, $cu, '', TRUE); $downlinks = ch_softlinks($row[$vname], $ctag, $cu, '', TRUE);
require_once(DEDETEMPLATE.'/apps/download_links_templet.htm');
require_once(DEDETEMPLATE.'/apps/download_links.htm');
exit(); exit();
} }
//提供软件给会员下载旧模式 //提供软件给会员下载旧模式


+ 2
- 2
src/apps/flink.php View File

@@ -30,9 +30,9 @@ if ($dopost == 'save') {
exit; exit;
} elseif ($dopost == 'add') { } elseif ($dopost == 'add') {
//显示模板简单PHP文件 //显示模板简单PHP文件
include_once(DEDETEMPLATE.'/apps/flink-add.htm');
include_once(DEDETEMPLATE.'/apps/flink_add.htm');
exit; exit;
} }
//显示模板简单PHP文件 //显示模板简单PHP文件
include_once(DEDETEMPLATE.'/apps/flink-list.htm');
include_once(DEDETEMPLATE.'/apps/flink_list.htm');
?> ?>

src/theme/apps/download_links_templet.htm → src/theme/apps/download_links.htm View File


src/theme/apps/flink-add.htm → src/theme/apps/flink_add.htm View File


src/theme/apps/flink-list.htm → src/theme/apps/flink_list.htm View File


+ 3
- 3
src/theme/templet-appslist.inc View File

@@ -1,7 +1,7 @@
advancedsearch.htm,高级搜索模板 advancedsearch.htm,高级搜索模板
download_links_templet.htm,下载地址列表模板
flink-add.htm,添加友情链接模板
flink-list.htm,友情链接列表模板
download_links,下载地址列表模板
flink_add.htm,添加友情链接模板
flink_list.htm,友情链接列表模板
heightsearch.htm,高级搜索模板 heightsearch.htm,高级搜索模板
list_diyform.htm,自定义表单列表模板 list_diyform.htm,自定义表单列表模板
post_diyform.htm,自定义表单发布模板 post_diyform.htm,自定义表单发布模板


Loading…
Cancel
Save