--- fenglin/bbs/post.php 2025/04/07 08:38:59 1.7 +++ fenglin/bbs/post.php 2025/04/07 14:49:00 1.8 @@ -274,7 +274,7 @@ unset($attachments); // Output with theme view - $theme_view_file = get_theme_view_file("post", $_SESSION["BBS_theme_name"]); + $theme_view_file = get_theme_file("view/post", $_SESSION["BBS_theme_name"]); if ($theme_view_file == null) { exit(json_encode($result_set)); // Output data in Json