쇼핑몰: #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

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