FAQ 관리 페이지 코드 수정
This commit is contained in:
@ -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');
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user