유형별 상품리스트 설정 추가

This commit is contained in:
chicpro
2016-10-18 10:53:50 +09:00
parent 15df9fdc56
commit a386caa58e
6 changed files with 89 additions and 10 deletions

View File

@ -338,6 +338,16 @@ if($g5_shop_install) {
de_mobile_search_img_height = '$simg_height',
de_mobile_search_list_mod = '3',
de_mobile_search_list_row = '5',
de_listtype_list_skin = 'list.10.skin.php',
de_listtype_img_width = '$simg_width',
de_listtype_img_height = '$simg_height',
de_listtype_list_mod = '3',
de_listtype_list_row = '5',
de_mobile_listtype_list_skin = 'list.10.skin.php',
de_mobile_listtype_img_width = '$simg_width',
de_mobile_listtype_img_height = '$simg_height',
de_mobile_listtype_list_mod = '3',
de_mobile_listtype_list_row = '5',
de_simg_width = '$simg_width',
de_simg_height = '$simg_height',
de_mimg_width = '$mimg_width',