오늘 본 상품 스킨에 $k 변수 초기화 코드 추가
This commit is contained in:
@ -24,6 +24,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">',
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
$tv_tot_count = 0;
|
$tv_tot_count = 0;
|
||||||
|
$k = 0;
|
||||||
for ($i=1;$i<=$tv_idx;$i++)
|
for ($i=1;$i<=$tv_idx;$i++)
|
||||||
{
|
{
|
||||||
$tv_it_idx = $tv_idx - ($i - 1);
|
$tv_it_idx = $tv_idx - ($i - 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user