초기 이미지 width height 설정값 변경
This commit is contained in:
@ -52,10 +52,10 @@ if ($w == "")
|
||||
$html_title = "1단계분류추가";
|
||||
$ca['ca_use'] = 1;
|
||||
$ca['ca_explan_html'] = 1;
|
||||
$ca['ca_img_width'] = $default['de_mimg_width'];
|
||||
$ca['ca_img_height'] = $default['de_mimg_height'];
|
||||
$ca['ca_mobile_img_width'] = $default['de_mimg_width'];
|
||||
$ca['ca_mobile_img_height'] = $default['de_mimg_height'];
|
||||
$ca['ca_img_width'] = $default['de_simg_width'];
|
||||
$ca['ca_img_height'] = $default['de_simg_height'];
|
||||
$ca['ca_mobile_img_width'] = $default['de_simg_width'];
|
||||
$ca['ca_mobile_img_height'] = $default['de_simg_height'];
|
||||
$ca['ca_list_mod'] = 3;
|
||||
$ca['ca_list_row'] = 5;
|
||||
$ca['ca_mobile_list_mod'] = 10;
|
||||
|
||||
@ -232,57 +232,57 @@ if($g5_shop_install) {
|
||||
de_type1_list_skin = 'main.10.skin.php',
|
||||
de_type1_list_mod = '3',
|
||||
de_type1_list_row = '2',
|
||||
de_type1_img_width = '$mimg_width',
|
||||
de_type1_img_height = '$mimg_height',
|
||||
de_type1_img_width = '$simg_width',
|
||||
de_type1_img_height = '$simg_height',
|
||||
de_type2_list_use = '1',
|
||||
de_type2_list_skin = 'main.10.skin.php',
|
||||
de_type2_list_mod = '3',
|
||||
de_type2_list_row = '2',
|
||||
de_type2_img_width = '$mimg_width',
|
||||
de_type2_img_height = '$mimg_height',
|
||||
de_type2_img_width = '$simg_width',
|
||||
de_type2_img_height = '$simg_height',
|
||||
de_type3_list_use = '1',
|
||||
de_type3_list_skin = 'main.10.skin.php',
|
||||
de_type3_list_mod = '1',
|
||||
de_type3_list_row = '3',
|
||||
de_type3_img_width = '$mimg_width',
|
||||
de_type3_img_height = '$mimg_height',
|
||||
de_type3_img_width = '$simg_width',
|
||||
de_type3_img_height = '$simg_height',
|
||||
de_type4_list_use = '1',
|
||||
de_type4_list_skin = 'main.10.skin.php',
|
||||
de_type4_list_mod = '3',
|
||||
de_type4_list_row = '1',
|
||||
de_type4_img_width = '$mimg_width',
|
||||
de_type4_img_height = '$mimg_height',
|
||||
de_type4_img_width = '$simg_width',
|
||||
de_type4_img_height = '$simg_height',
|
||||
de_type5_list_use = '1',
|
||||
de_type5_list_skin = 'main.10.skin.php',
|
||||
de_type5_list_mod = '3',
|
||||
de_type5_list_row = '1',
|
||||
de_type5_img_width = '$mimg_width',
|
||||
de_type5_img_height = '$mimg_height',
|
||||
de_type5_img_width = '$simg_width',
|
||||
de_type5_img_height = '$simg_height',
|
||||
de_mobile_type1_list_use = '1',
|
||||
de_mobile_type1_list_skin = 'main.10.skin.php',
|
||||
de_mobile_type1_list_mod = '3',
|
||||
de_mobile_type1_img_width = '$mimg_width',
|
||||
de_mobile_type1_img_height = '$mimg_height',
|
||||
de_mobile_type1_img_width = '$simg_width',
|
||||
de_mobile_type1_img_height = '$simg_height',
|
||||
de_mobile_type2_list_use = '1',
|
||||
de_mobile_type2_list_skin = 'main.10.skin.php',
|
||||
de_mobile_type2_list_mod = '3',
|
||||
de_mobile_type2_img_width = '$mimg_width',
|
||||
de_mobile_type2_img_height = '$mimg_height',
|
||||
de_mobile_type2_img_width = '$simg_width',
|
||||
de_mobile_type2_img_height = '$simg_height',
|
||||
de_mobile_type3_list_use = '1',
|
||||
de_mobile_type3_list_skin = 'main.10.skin.php',
|
||||
de_mobile_type3_list_mod = '3',
|
||||
de_mobile_type3_img_width = '$mimg_width',
|
||||
de_mobile_type3_img_height = '$mimg_height',
|
||||
de_mobile_type3_img_width = '$simg_width',
|
||||
de_mobile_type3_img_height = '$simg_height',
|
||||
de_mobile_type4_list_use = '1',
|
||||
de_mobile_type4_list_skin = 'main.10.skin.php',
|
||||
de_mobile_type4_list_mod = '3',
|
||||
de_mobile_type4_img_width = '$mimg_width',
|
||||
de_mobile_type4_img_height = '$mimg_height',
|
||||
de_mobile_type4_img_width = '$simg_width',
|
||||
de_mobile_type4_img_height = '$simg_height',
|
||||
de_mobile_type5_list_use = '1',
|
||||
de_mobile_type5_list_skin = 'main.10.skin.php',
|
||||
de_mobile_type5_list_mod = '3',
|
||||
de_mobile_type5_img_width = '$mimg_width',
|
||||
de_mobile_type5_img_height = '$mimg_height',
|
||||
de_mobile_type5_img_width = '$simg_width',
|
||||
de_mobile_type5_img_height = '$simg_height',
|
||||
de_bank_use = '1',
|
||||
de_bank_account = 'OO은행 12345-67-89012 예금주명',
|
||||
de_vbank_use = '0',
|
||||
|
||||
Reference in New Issue
Block a user