最新ブログ記事一覧
#ヘッダー部分
$file_path=get_tmpdir('blog_list').$site_no."_head.tmp";
if(file_exists($file_path)){
readfile($file_path);
}
?>
=search_form2()#検索フォーム2?>
$file_path=get_tmpdir('blog_list').$site_no."_body.tmp";
if(file_exists($file_path)){
include_once($file_path);
}
?>
=search_form3()#検索フォーム3?>