FAQ 관리 페이지 코드 수정

This commit is contained in:
thisgun
2014-10-15 17:00:07 +09:00
parent 6fb06a0564
commit f65540dd19
2 changed files with 4 additions and 2 deletions

View File

@ -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');
?>