페이징 태그 수정
This commit is contained in:
@ -48,7 +48,7 @@ function get_paging($write_pages, $cur_page, $total_page, $url, $add="")
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($str)
|
if ($str)
|
||||||
return "<div class=\"pg_wrap\"><span class=\"pg\">{$str}</span></div>";
|
return "<nav class=\"pg_wrap\"><span class=\"pg\">{$str}</span></nav>";
|
||||||
else
|
else
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user