Browse Source

Update channelunit.helper.php

tags/6.3.0
叙述、别离 5 months ago
parent
commit
543058ea1e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/system/helpers/channelunit.helper.php

+ 1
- 1
src/system/helpers/channelunit.helper.php View File

@@ -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;
}


Loading…
Cancel
Save