diff --git a/mobile/skin/shop/basic/personalpay.skin.php b/mobile/skin/shop/basic/personalpay.skin.php index 0534b5856..2a637e7d4 100644 --- a/mobile/skin/shop/basic/personalpay.skin.php +++ b/mobile/skin/shop/basic/personalpay.skin.php @@ -5,24 +5,18 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 add_stylesheet('', 0); ?> + + = 2) { // 1줄 이미지 : 2개 이상 - if ($i%$list_mod == 0) $sct_last = ' sct_last'; // 줄 마지막 - else if ($i%$list_mod == 1) $sct_last = ' sct_clear'; // 줄 첫번째 - else $sct_last = ''; - } else { // 1줄 이미지 : 1개 - $sct_last = 'sct_clear'; - } - - if ($i == 1) { - echo "\n"; -if($i == 1) echo "

등록된 개인결제가 없습니다.

\n"; +if($i == 0) echo "

등록된 개인결제가 없습니다.

\n"; ?> - \ No newline at end of file + + + \ No newline at end of file