#トップページ
include_once('./php_html/mobile_html.inc');
include_once(BASE_DIR.INC_DIR."sitenames.inc");
$site_no=$_GET['sno'];
#サイト名取得
$sitename=mb_convert_encoding($show_names[$site_no],"SJIS-WIN","UTF-8");
#ヘッダー表示
mobile_header($sitename.' 記事一覧|');
?>
■=$sitename?>
#adsense
include('./php_html/google_ad.inc');
?>
$link=file_get_contents('http://g-hiroba.com/mobile_links.php?sid=gakusei-hiroba');
echo $link;
?>
◆記事一覧◆
$file_path=dirname(__FILE__)."/tmp/m_blog_list/".$site_no.".tmp";
if(file_exists($file_path)){
readfile($file_path);
}
?>
=TAG_MHR?>
menu_list();
mobile_end();
?>