dbms_init...1

This commit is contained in:
choi.jh 2025-06-24 14:44:07 +09:00
parent a5f3662fca
commit ae7b636afb

View File

@ -38,4 +38,5 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="layout_footer"><?= $this->include("templates/{$viewDatas['layout']}/welcome_footer"); ?></div> <div class="layout_footer"><?= $this->include("templates/{$viewDatas['layout']}/welcome_footer"); ?></div>
<div class="index_bottom"><?= $this->include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?></div>