From b225b226284569c3403b8a5c4f5fcdc272b39286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0git=20config=20git=20config=20-?= =?UTF-8?q?-helpgit=20config=20--global=20user=2Ename=20=EC=B5=9C=EC=A4=80?= =?UTF-8?q?=ED=9D=A0?= Date: Sat, 5 Aug 2023 09:22:00 +0900 Subject: [PATCH] servermgrv2 init... --- app/Views/front/board/index.php | 1 + app/Views/front/board/insert.php | 4 +++- app/Views/front/board/reply.php | 4 +++- app/Views/front/board/update.php | 4 +++- app/Views/front/board/view.php | 2 ++ 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/app/Views/front/board/index.php b/app/Views/front/board/index.php index f724943..1996cb5 100644 --- a/app/Views/front/board/index.php +++ b/app/Views/front/board/index.php @@ -15,6 +15,7 @@ 번호 + 작업 diff --git a/app/Views/front/board/insert.php b/app/Views/front/board/insert.php index 3f6857e..c0ab506 100644 --- a/app/Views/front/board/insert.php +++ b/app/Views/front/board/insert.php @@ -1,6 +1,7 @@ extend('layouts/admin') ?> section('content') ?>
+
getHead()) ?>
@@ -16,6 +17,7 @@
"btn btn-outline btn-primary")); ?>
+ +
getTail()) ?>
- endSection() ?> \ No newline at end of file diff --git a/app/Views/front/board/reply.php b/app/Views/front/board/reply.php index 9f7367c..9886faf 100644 --- a/app/Views/front/board/reply.php +++ b/app/Views/front/board/reply.php @@ -1,6 +1,7 @@ extend('layouts/admin') ?> section('content') ?>
+
getHead()) ?>
@@ -16,6 +17,7 @@
"btn btn-outline btn-primary")); ?>
+ +
getTail()) ?>
- endSection() ?> \ No newline at end of file diff --git a/app/Views/front/board/update.php b/app/Views/front/board/update.php index 9f7367c..9886faf 100644 --- a/app/Views/front/board/update.php +++ b/app/Views/front/board/update.php @@ -1,6 +1,7 @@ extend('layouts/admin') ?> section('content') ?>
+
getHead()) ?>
@@ -16,6 +17,7 @@
"btn btn-outline btn-primary")); ?>
+ +
getTail()) ?>
- endSection() ?> \ No newline at end of file diff --git a/app/Views/front/board/view.php b/app/Views/front/board/view.php index ae949de..7676c61 100644 --- a/app/Views/front/board/view.php +++ b/app/Views/front/board/view.php @@ -1,6 +1,7 @@ extend('layouts/admin') ?> section('content') ?>
+
getHead()) ?>
@@ -12,5 +13,6 @@
+
getTail()) ?>
endSection() ?> \ No newline at end of file