"; if($total >= 1){ // 오프셋이 없거나 잘못되어 있을경우 초기화 if (empty($offset) || ($offset < 0) || ($offset > $total)) { $offset=0; } // 처음 페이지 if($offset=="0"){ $link_array[][] = "
";
}else{
//$link_array[][] = "
";
}
//$link_array[][] = " ";
// 목록 하단 페이지 링크 설정
$pages=intval($total/$scale);
if ($total % $scale) {
$pages++;
}
for($i=0; $i < $pagescale ; $i++){
$ln = ($page * $pagescale + $i)*$scale ;
$vk= $page * $pagescale + $i+1 ;
if($ln<$total){
if($ln!=$offset){
$link_array[][] = "
";
}else{
//$link_array[][] = "
";
}
}
// 다음 scale 갯수의 페이지 설정
if($total > (($page+1)*$scale*$pagescale)){
$next_page= ($page+1)*$scale*$pagescale ;
$link_array[][] = "