쇼핑몰: #286 개인결제 마크업 작업
This commit is contained in:
@ -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>';
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user