Просмотр исходного кода

Update channelunit.helper.php

tags/6.3.0
叙述、别离 6 месяцев назад
Родитель
Сommit
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;
}


Загрузка…
Отмена
Сохранить