Merge branch 'g4s'

This commit is contained in:
chicpro
2013-05-16 14:34:29 +09:00
21 changed files with 303 additions and 367 deletions

View File

@ -48,7 +48,7 @@ function get_paging($write_pages, $cur_page, $total_page, $url, $add="")
}
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
return "";
}