--- fenglin/bbs/theme.inc.php 2025/04/07 08:39:17 1.2 +++ fenglin/bbs/theme.inc.php 2025/04/07 14:49:00 1.4 @@ -5,17 +5,19 @@ if (!defined("_BBS_THEME_INIT_")) $BBS_theme_set = array( "default" => array( - "css" => "css/default.css", - "post" => "post.view.php", - "member_service_guide" => "member_service_guide.view.php", - "update_profile" => "update_profile.view.php", - "preference" => "preference.view.php", + "css/default" => "css/default.css", + "js/lml_assistant" => "js/lml_assistant.js", + "view/post" => "post.view.php", + "view/member_service_guide" => "member_service_guide.view.php", + "view/update_profile" => "update_profile.view.php", + "view/preference" => "preference.view.php", + "view/s_favor" => "s_favor.view.php", ), ); $BBS_theme_current = ""; - function get_theme_view_file(string $view_name, string $theme_name = "") : string | null + function get_theme_file(string $view_name, string $theme_name = "") : string | null { global $BBS_theme_set; global $BBS_theme_current;