From 13017d648d104647c56f68f35151453f9f54fdec Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Mon, 7 Jul 2025 10:17:45 +0900 Subject: [PATCH] dbms_init...1 --- app/Views/admin/client/index.php | 6 ++---- app/Views/admin/index.php | 6 ++---- app/Views/admin/payment/index.php | 19 +++---------------- app/Views/admin/popup/index.php | 4 +--- app/Views/templates/admin/index_footer.php | 2 ++ 5 files changed, 10 insertions(+), 27 deletions(-) diff --git a/app/Views/admin/client/index.php b/app/Views/admin/client/index.php index 84374f8..1a22636 100644 --- a/app/Views/admin/client/index.php +++ b/app/Views/admin/client/index.php @@ -12,7 +12,7 @@ -
include("templates/{$viewDatas['layout']}/index_header"); ?>
+
include("templates/{$viewDatas['layout']}/index_header"); ?>
@@ -51,10 +51,8 @@ include("templates/{$viewDatas['layout']}/index_content_bottom"); ?>
-
include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?>
-
- + diff --git a/app/Views/admin/index.php b/app/Views/admin/index.php index de45d0f..54b9e2c 100644 --- a/app/Views/admin/index.php +++ b/app/Views/admin/index.php @@ -12,7 +12,7 @@ -
include("templates/{$viewDatas['layout']}/index_header"); ?>
+
include("templates/{$viewDatas['layout']}/index_header"); ?>
@@ -50,10 +50,8 @@ include("templates/{$viewDatas['layout']}/index_content_bottom"); ?>
-
include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?>
-
- + diff --git a/app/Views/admin/payment/index.php b/app/Views/admin/payment/index.php index 4cd4848..54b9e2c 100644 --- a/app/Views/admin/payment/index.php +++ b/app/Views/admin/payment/index.php @@ -12,7 +12,7 @@ -
include("templates/{$viewDatas['layout']}/index_header"); ?>
+
include("templates/{$viewDatas['layout']}/index_header"); ?>
@@ -47,24 +47,11 @@ -
- -
-
- include("templates/{$viewDatas['layout']}/index_content_bottom_script"); ?> + include("templates/{$viewDatas['layout']}/index_content_bottom"); ?>
-
include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?>
-
- + diff --git a/app/Views/admin/popup/index.php b/app/Views/admin/popup/index.php index af9b7d3..6c5d80f 100644 --- a/app/Views/admin/popup/index.php +++ b/app/Views/admin/popup/index.php @@ -53,11 +53,9 @@ - include("templates/{$viewDatas['layout']}/index_content_bottom"); ?> + include("templates/{$viewDatas['layout']}/index_content_bottom"); ?> -
include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?>
- endSection() ?> \ No newline at end of file diff --git a/app/Views/templates/admin/index_footer.php b/app/Views/templates/admin/index_footer.php index e69de29..09ceb94 100644 --- a/app/Views/templates/admin/index_footer.php +++ b/app/Views/templates/admin/index_footer.php @@ -0,0 +1,2 @@ +
include("templates/common/" . (isset($viewDatas['modal_type']) ? $viewDatas['modal_type'] : 'modal_iframe')); ?>
+ \ No newline at end of file