모바일 상품문의 사용후기 폼 에디터 관련 코드 수정
This commit is contained in:
@ -42,6 +42,16 @@ if ($w == "u")
|
||||
|
||||
include_once(G5_PATH.'/head.sub.php');
|
||||
|
||||
$is_dhtml_editor = false;
|
||||
// 모바일에서는 DHTML 에디터 사용불가
|
||||
if ($config['cf_editor'] && !G5_IS_MOBILE) {
|
||||
$is_dhtml_editor = true;
|
||||
}
|
||||
$editor_html = editor_html('iq_question', $qa['iq_question'], $is_dhtml_editor);
|
||||
$editor_js = '';
|
||||
$editor_js .= get_editor_js('iq_question', $is_dhtml_editor);
|
||||
$editor_js .= chk_editor_js('iq_question', $is_dhtml_editor);
|
||||
|
||||
$itemqaform_skin = G5_SHOP_SKIN_PATH.'/itemqaform.skin.php';
|
||||
|
||||
if(!file_exists($itemqaform_skin)) {
|
||||
|
||||
Reference in New Issue
Block a user