ソースを参照

Update channelunit.helper.php

tags/6.3.0
叙述、别离 1年前
コミット
543058ea1e
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/system/helpers/channelunit.helper.php

+ 1
- 1
src/system/helpers/channelunit.helper.php ファイルの表示

@@ -142,7 +142,7 @@ if (!function_exists('GetTypeUrl')) {
if ($isdefault == -1) {
if ($cfg_rewrite == 'Y') {
//开启伪静态栏目/list-1、/list-2,则分页/list-1-1、/list-1-2
return "/list-".$typeid."";
$reurl = "/list-".$typeid."";
} else {
$reurl = $GLOBALS['cfg_phpurl']."/list.php?tid=".$typeid;
}


読み込み中…
キャンセル
保存