From d6199ebdfcc53191234c4f79458071911b05ce82 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?= Date: Sat, 15 Jun 2024 18:29:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/catalog_do.php | 2 +- src/admin/templets/index.htm | 9 ++++++--- src/system/typelink/typeunit.class.admin.php | 12 +++++------- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/admin/catalog_do.php b/src/admin/catalog_do.php index ae8377f8..eb8cfee0 100644 --- a/src/admin/catalog_do.php +++ b/src/admin/catalog_do.php @@ -156,7 +156,7 @@ else if ($dopost == "GetSunListsMenu") { PutCookie('lastCid', $cid, 3600 * 24, "/"); $tu = new TypeUnit(); $tu->dsql = $dsql; - $tu->LogicListAllSunType($cid, " "); + $tu->LogicListAllSunType($cid, ""); $tu->Close(); } //合并栏目 diff --git a/src/admin/templets/index.htm b/src/admin/templets/index.htm index 813b62cd..f1d7216d 100644 --- a/src/admin/templets/index.htm +++ b/src/admin/templets/index.htm @@ -45,9 +45,12 @@ -
- getUserName();?> - 退了 +
+
diff --git a/src/system/typelink/typeunit.class.admin.php b/src/system/typelink/typeunit.class.admin.php index 95692baf..2ab288e6 100755 --- a/src/system/typelink/typeunit.class.admin.php +++ b/src/system/typelink/typeunit.class.admin.php @@ -176,9 +176,7 @@ tpl; echo "
"; $lastid = GetCookie('lastCid'); if ($channel == $id || $lastid == $id || isset($GLOBALS['exallct']) || $cfg_admin_channel == 'array') { - //echo ""; - $this->LogicListAllSunType($id, " "); - //echo "
"; + $this->LogicListAllSunType($id, "─"); } echo "
"; $i++; @@ -223,7 +221,7 @@ tpl; echo <<
- {$step} + └{$step} 列表 {$nss} @@ -247,7 +245,7 @@ tpl; echo <<
- {$step} + └{$step} 封面 {$nss} @@ -270,7 +268,7 @@ tpl; echo <<
- {$step} + └{$step} 外部 {$nss} @@ -288,7 +286,7 @@ echo <<"; - $this->LogicListAllSunType($id, $step." "); + $this->LogicListAllSunType($id, $step."──"); echo "
"; } }