스킨화 작업 3차

This commit is contained in:
chicpro
2013-09-25 18:22:10 +09:00
parent 20d1a1a992
commit 21ea906b81
18 changed files with 411 additions and 246 deletions

View File

@ -135,7 +135,7 @@ function pg_anchor($anc_id) {
<?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("item.relation.skin.php", $default['de_rel_list_mod'], 1, $default['de_rel_img_width'], $default['de_rel_img_height']);
$list = new item_list("relation.skin.php", $default['de_rel_list_mod'], 1, $default['de_rel_img_width'], $default['de_rel_img_height']);
$list->set_query($sql);
echo $list->run();
?>