pc쇼핑몰 관련상품 스킨 추가
This commit is contained in:
@ -727,7 +727,7 @@ if(!isset($default['de_root_index_use'])) {
|
||||
<?php echo help("관련상품의 경우 등록된 상품은 모두 출력하므로 '출력할 줄 수'는 설정하지 않습니다. 이미지높이를 0으로 설정하면 상품이미지를 이미지폭에 비례하여 생성합니다."); ?>
|
||||
<label for="de_rel_list_skin">스킨</label>
|
||||
<select name="de_rel_list_skin" id="de_rel_list_skin">
|
||||
<?php echo get_list_skin_options("^list.[0-9]+\.skin\.php", G5_SHOP_SKIN_PATH, $default['de_rel_list_skin']); ?>
|
||||
<?php echo get_list_skin_options("^relation.[0-9]+\.skin\.php", G5_SHOP_SKIN_PATH, $default['de_rel_list_skin']); ?>
|
||||
</select>
|
||||
<label for="de_rel_img_width">이미지폭</label>
|
||||
<input type="text" name="de_rel_img_width" value="<?php echo $default['de_rel_img_width']; ?>" id="de_rel_img_width" class="frm_input" size="3">
|
||||
|
||||
Reference in New Issue
Block a user