end_main_frame()

This commit is contained in:
xiaomlove
2022-12-19 22:21:44 +08:00
parent 2a261ab67e
commit ed67b127d4
2 changed files with 2 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ foreach ($rows as $row) {
}
$table .= '</tbody></table>';
echo $header . $table . $paginationBottom;
end_main_frame();
$confirmMsg = nexus_trans('medal.confirm_to_buy');
$js = <<<JS
jQuery('.buy').on('click', function (e) {

View File

@@ -32,5 +32,6 @@ FORM;
stdhead('User ban log');
begin_main_frame();
echo $filterForm . $table . $paginationBottom;
end_main_frame();
stdfoot();