유형별 상품 출력 페이지에 스킨 지정 코드 추가
This commit is contained in:
@ -43,6 +43,7 @@ if (file_exists($list_file)) {
|
||||
|
||||
$list = new item_list();
|
||||
$list->set_type($type);
|
||||
$list->set_list_skin('list.10.skin.php');
|
||||
$list->set_list_mod($list_mod);
|
||||
$list->set_list_row($list_row);
|
||||
$list->set_img_size($img_width, $img_height);
|
||||
|
||||
Reference in New Issue
Block a user