쇼핑몰: #286 개인결제 마크업 작업

This commit is contained in:
whitedot
2013-09-03 16:35:40 +09:00
parent 5027621753
commit 98ab11117b
17 changed files with 301 additions and 291 deletions

View File

@ -18,7 +18,7 @@ include_once('./_head.php');
$list_file = G4_SHOP_SKIN_PATH.'/personalpay.skin.php';
if (file_exists($list_file)) {
$list_mod = 3;
$list_mod = 3;
$list_row = 5;
$img_width = 230;
$img_height = 230;
@ -57,7 +57,7 @@ include_once('./_head.php');
if ($i==0)
{
echo '<div><p class="sct_noitem">등록된 개인결제가 없습니다.</p></div>';
echo '<p class="sct_noitem">등록된 개인결제가 없습니다.</p>';
}
?>