From 99a9a6fd42c9a0236c92cb879a991889036b032d Mon Sep 17 00:00:00 2001 From: KWON Date: Wed, 23 Jul 2025 16:55:26 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B6=8C=ED=95=9C=20=EC=97=86=EB=8A=94=20?= =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90=EC=9D=98=20=EB=A9=94=EB=89=B4=20?= =?UTF-8?q?=EC=A0=91=EA=B7=BC=20=EB=B0=A9=EC=A7=80=EB=A5=BC=20=EC=9C=84?= =?UTF-8?q?=ED=95=9C=20=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/bakery/bakery_product_list.php | 2 ++ manager/bakery/bakery_stock.php | 1 + manager/bakery/head.sub.php | 13 +++++++++++++ manager/head.php | 25 ++++++++++++++----------- 4 files changed, 30 insertions(+), 11 deletions(-) create mode 100644 manager/bakery/head.sub.php diff --git a/manager/bakery/bakery_product_list.php b/manager/bakery/bakery_product_list.php index eceed8d44..12b01770a 100644 --- a/manager/bakery/bakery_product_list.php +++ b/manager/bakery/bakery_product_list.php @@ -2,6 +2,8 @@ // 베이커리 제품목록록 include_once "_common.php"; if (!isset($_SESSION['user_id'])) header( 'Location: FG_MANAGER_URL' ); // 로그인 되어있지 않으면 로그인 페이지로 보냄 + +include_once 'head.sub.php'; include_once FG_MANAGER_PATH."/head.php"; // 검색 변수 초기화 diff --git a/manager/bakery/bakery_stock.php b/manager/bakery/bakery_stock.php index c32671041..24f6e1a9d 100644 --- a/manager/bakery/bakery_stock.php +++ b/manager/bakery/bakery_stock.php @@ -3,6 +3,7 @@ include_once "_common.php"; if (!isset($_SESSION['user_id'])) header( 'Location: FG_MANAGER_URL' ); // 로그인 되어있지 않으면 로그인 페이지로 보냄 +include_once 'head.sub.php'; include_once FG_MANAGER_PATH."/head.php"; // 검색 변수 초기화 diff --git a/manager/bakery/head.sub.php b/manager/bakery/head.sub.php new file mode 100644 index 000000000..d8c2ffd16 --- /dev/null +++ b/manager/bakery/head.sub.php @@ -0,0 +1,13 @@ + \ No newline at end of file diff --git a/manager/head.php b/manager/head.php index 7fd682e5b..f75ce278a 100644 --- a/manager/head.php +++ b/manager/head.php @@ -66,17 +66,20 @@
  • 연간회원 구분관리
  • - + + +