From f65540dd19b44dba9c0160f5f0f02ee295aa449f Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 15 Oct 2014 17:00:07 +0900 Subject: [PATCH] =?UTF-8?q?FAQ=20=EA=B4=80=EB=A6=AC=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=BD=94=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/faqform.php | 3 ++- adm/faqmasterform.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/adm/faqform.php b/adm/faqform.php index b3852c07e..c9514b4c2 100644 --- a/adm/faqform.php +++ b/adm/faqform.php @@ -9,7 +9,6 @@ $sql = " select * from {$g5['faq_master_table']} where fm_id = '$fm_id' "; $fm = sql_fetch($sql); $html_title = 'FAQ '.$fm['fm_subject'];; -$g5['title'] = $html_title.' 관리'; if ($w == "u") { @@ -26,6 +25,8 @@ if ($w == "u") else $html_title .= ' 항목 입력'; +$g5['title'] = $html_title.' 관리'; + include_once (G5_ADMIN_PATH.'/admin.head.php'); ?> diff --git a/adm/faqmasterform.php b/adm/faqmasterform.php index 54a5f67ad..84100dcbc 100644 --- a/adm/faqmasterform.php +++ b/adm/faqmasterform.php @@ -6,7 +6,6 @@ include_once(G5_EDITOR_LIB); auth_check($auth[$sub_menu], "w"); $html_title = 'FAQ'; -$g5['title'] = $html_title.' 관리'; if ($w == "u") { @@ -22,6 +21,8 @@ else $html_title .= ' 입력'; } +$g5['title'] = $html_title.' 관리'; + // 모바일 상하단 내용 필드추가 if(!sql_query(" select fm_mobile_head_html from {$g5['faq_master_table']} limit 1 ", false)) { sql_query(" ALTER TABLE `{$g5['faq_master_table']}`