읽은 상품이 없습니다.
}else{?> $view = array_reverse($view); $cnt = 0; foreach( $view as $v ) { if ( isset($showed[$v['idx']]) ) continue; // 한번 본 것은 두번 안보여준다. $showed[$v['idx']] = true; if ( $i ++ > 4 ) break; // 5개만 보여준다. ?>
' title='=$v['name']?>'>
} ?> }?>