모바일 쇼핑몰 카카오톡 링크 보내기 수정

This commit is contained in:
chicpro
2014-02-24 13:07:36 +09:00
parent 6a2258605a
commit 9b5e70fb96
7 changed files with 66 additions and 152 deletions

View File

@ -11,9 +11,10 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_MSHOP_SKIN_URL.'/style.css">',
<?php
$sql = " select b.* from {$g5['g5_shop_item_relation_table']} a left join {$g5['g5_shop_item_table']} b on (a.it_id2=b.it_id) where a.it_id = '{$it['it_id']}' and b.it_use='1' ";
$list = new item_list("relation.skin.php", $default['de_rel_list_mod'], 1, $default['de_rel_img_width'], $default['de_rel_img_height']);
$list = new item_list("relation.10.skin.php", $default['de_rel_list_mod'], 1, $default['de_rel_img_width'], $default['de_rel_img_height']);
$list->set_mobile(true);
$list->set_query($sql);
$list->set_view('sns', true);
echo $list->run();
?>
</div>