모바일 사용자 화면 UI 및 기능 개선
This commit is contained in:
@ -4,7 +4,7 @@ include_once('./_common.php');
|
||||
$sfl = trim($_REQUEST['sfl']);
|
||||
$stx = trim($_REQUEST['stx']);
|
||||
|
||||
$g5['title'] = '상품문의';
|
||||
$g5['title'] = 'Q&A';
|
||||
include_once(G5_MSHOP_PATH.'/_head.php');
|
||||
|
||||
$sql_common = " from `{$g5['g5_shop_item_qa_table']}` a join `{$g5['g5_shop_item_table']}` b on (a.it_id=b.it_id) ";
|
||||
|
||||
Reference in New Issue
Block a user