diff --git a/adm/shop_admin/configform.php b/adm/shop_admin/configform.php index eda43a428..4c8866942 100644 --- a/adm/shop_admin/configform.php +++ b/adm/shop_admin/configform.php @@ -727,7 +727,7 @@ if(!isset($default['de_root_index_use'])) { diff --git a/skin/shop/basic/relation.10.skin.php b/skin/shop/basic/relation.10.skin.php new file mode 100644 index 000000000..8bc26da40 --- /dev/null +++ b/skin/shop/basic/relation.10.skin.php @@ -0,0 +1,98 @@ + + + + + +list_mod >= 2) { // 1줄 이미지 : 2개 이상 + if ($i%$this->list_mod == 0) $sct_last = ' sct_last'; // 줄 마지막 + else if ($i%$this->list_mod == 1) $sct_last = ' sct_clear'; // 줄 첫번째 + else $sct_last = ''; + } else { // 1줄 이미지 : 1개 + $sct_last = ' sct_clear'; + } + + if ($i == 1) { + if ($this->css) { + echo "
등록된 상품이 없습니다.
\n"; +?> + \ No newline at end of file