cfmgrv4 init...3

This commit is contained in:
최준흠 2024-10-16 16:21:08 +09:00
parent 6e3e41d0b9
commit e23b2b4436
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<?= $this->section('content') ?>
<div class="layout_top"><?= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/top'); ?></div>
<!-- Layout Middle Start -->
<table class="layout_middle">
<table class="layout_middle table table-bordered">
<tr>
<td class="layout_left">
<!-- Layout Left Start -->

View File

@ -2,7 +2,7 @@
<?= $this->section('content') ?>
<div class="layout_top"><?= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/top'); ?></div>
<!-- Layout Middle Start -->
<table class="layout_middle">
<table class="layout_middle table table-bordered">
<tr>
<td class="layout_left">
<!-- Layout Left Start -->