오늘 본 상품 스킨에 $k 변수 초기화 코드 추가

This commit is contained in:
chicpro
2014-06-12 17:55:50 +09:00
parent c871f7c45f
commit fe0124ea51

View File

@ -24,6 +24,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">',
<?php
$tv_tot_count = 0;
$k = 0;
for ($i=1;$i<=$tv_idx;$i++)
{
$tv_it_idx = $tv_idx - ($i - 1);