'; // データ取得 /* if(isset($_REQUEST[page])) { $page = $_REQUEST[page]; } else { $page = 1; } $limit = (($page - 1) * $maxdisp).",".$maxdisp; $maxcnt = getContentNum(INFORMATION_CATEGORY_NEWS); $maxcnt = $maxcnt / $maxdisp; */ //$recs = getContentRec(INFORMATION_CATEGORY_NEWS,"",$limit); $recs = getContentRec(INFORMATION_CATEGORY_NEWS,"",""); if(count($recs) == 1) { $header .= ''; } else { $header .= ''; } $header .= '
本文へジャンプ '; $menu = ''; $content = '
'; if(count($recs) == 1) { $content .= "
"; $content .= "

".$recs[0][title]." - : Topics | Hilcrhyme(ヒルクライム)Official Site

"; $content .= "
"; $content .= "
"; $content .= "
"; $content .= "
"; $content .= "
"; $content .= "

"; $content .= $recs[0][title]; $content .= "

"; $content .= "
".format_date(strtotime($recs[0][date]),DATE_FORMAT_YMD_W,2)." UP
"; $content .= "

"; $content .= str_replace("\n","
",$recs[0][comment]); $content .= "

"; } else{ $content .= "
"; $content .= "

Topics | Hilcrhyme(ヒルクライム)Official Site

"; $content .= "
"; $content .= "
"; /* if($page > 1) { $before = $page - 1; } else { $before = 1; } if($page >= $maxcnt) { $next = $page; } else { $next = $page + 1; } */ if(count($recs) == 1) { $foot ='
'; } else { $foot ='
'; } print $header.$menu; print $content; print $foot; ?>