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