From a6ca92706b06e26233662c5a4763504fb4188af2 Mon Sep 17 00:00:00 2001 From: xiaomlove <353856593@qq.com> Date: Thu, 17 Jun 2021 19:33:23 +0800 Subject: [PATCH] userdetails + offers load category css --- include/functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/functions.php b/include/functions.php index 344cfdc4..1dfc2070 100644 --- a/include/functions.php +++ b/include/functions.php @@ -5011,6 +5011,8 @@ function list_require_search_box_id() 'special' => [$setting['specialcat']], 'usercp' => [$setting['browsecat'], $setting['specialcat']], 'getrss' => [$setting['browsecat'], $setting['specialcat']], + 'userdetails' => [$setting['browsecat'], $setting['specialcat']], + 'offers' => [$setting['browsecat'], $setting['specialcat']], ]; return $maps[CURRENT_SCRIPT] ?? []; }