Merge branch 'master' of github.com:gnuboard/yc5

This commit is contained in:
chicpro
2013-11-26 15:33:36 +09:00

View File

@ -13,14 +13,17 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<input type="hidden" name="url"> <input type="hidden" name="url">
<div id="sit_ov_wrap"> <div id="sit_ov_wrap">
<div id="sit_pvi">
<button type="button" id="sit_pvi_prev" class="sit_pvi_btn">이전</button>
<button type="button" id="sit_pvi_next" class="sit_pvi_btn">다음</button>
<?php <?php
// 이미지(중) 썸네일 // 이미지(중) 썸네일
$thumb_count = 0; $thumb_count = 0;
for ($i=1; $i<=10; $i++) for ($i=1; $i<=10; $i++)
{ {
if ($i == 0)
{
echo '<div id="sit_pvi">';
echo '<button type="button" id="sit_pvi_prev" class="sit_pvi_btn">이전</button>';
echo '<button type="button" id="sit_pvi_next" class="sit_pvi_btn">다음</button>';
}
if(!$it['it_img'.$i]) if(!$it['it_img'.$i])
continue; continue;
@ -36,9 +39,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
$thumb_count++; $thumb_count++;
} }
if ($thumb_count > 0) echo '</ul>'; if ($thumb_count > 0) echo '</ul></div>';
?> ?>
</div>
<section id="sit_ov"> <section id="sit_ov">
<h2>상품간략정보 및 구매기능</h2> <h2>상품간략정보 및 구매기능</h2>