faq 분류 검색 기능 추가

This commit is contained in:
chicpro
2014-03-14 17:27:54 +09:00
parent 2fbd3e66fa
commit 3c3bfc2b8f
14 changed files with 477 additions and 76 deletions

View File

@ -18,7 +18,10 @@ if ($fm_timg_del) @unlink(G5_DATA_PATH."/faq/{$fm_id}_t");
$sql_common = " set fm_subject = '$fm_subject',
fm_head_html = '$fm_head_html',
fm_tail_html = '$fm_tail_html' ";
fm_tail_html = '$fm_tail_html',
fm_mobile_head_html = '$fm_mobile_head_html',
fm_mobile_tail_html = '$fm_mobile_tail_html',
fm_order = '$fm_order' ";
if ($w == "")
{