From 92626c11939c635a31afb05c25fb141503a37825 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Fri, 21 Oct 2022 11:38:19 +0800 Subject: [PATCH] chore(web): HTML::navListGroup --- web/app/controllers/super_manage.php | 11 +---------- web/app/controllers/user_info_edit.php | 11 +---------- web/app/models/HTML.php | 9 +++++++++ 3 files changed, 11 insertions(+), 20 deletions(-) diff --git a/web/app/controllers/super_manage.php b/web/app/controllers/super_manage.php index 33b368c..45911c8 100644 --- a/web/app/controllers/super_manage.php +++ b/web/app/controllers/super_manage.php @@ -610,16 +610,7 @@ EOD);
-
- $tab): ?> - - - - -
+
diff --git a/web/app/controllers/user_info_edit.php b/web/app/controllers/user_info_edit.php index f475885..bdbf480 100644 --- a/web/app/controllers/user_info_edit.php +++ b/web/app/controllers/user_info_edit.php @@ -277,16 +277,7 @@ EOD);
-
- $tab): ?> - - - - -
+ $tab) { + $html .= ''.$tab['name'].''; + } + $html .= '
'; + return $html; + } public static function hiddenToken() { return '';