 |
$show_news = $home."index.html?d=";
$show_head = $home."index.html?cont=head&item=";
$self="index.html";
$pdf_dir = $dir."pdf/"; // PDFファイルアップ先
$icon_pdf = $dir."images/icon/pdf.gif";
$icon_pdf_s = $dir."images/icon/pdf_s.gif";
$dir="../";
include('/export/home/jigyodan/nanban_lib/mysql.p');
include('/export/home/jigyodan/nanban_lib/date.p');
include('/export/home/jigyodan/nanban_lib/conv.p');
include('/export/home/jigyodan/nanban_lib/headline.p');
include('/export/home/jigyodan/nanban_lib/function.phtml');
// 画像関係 ブログ(ブログではL,Mの2サイズのみ) ロード
$resize_m_x = $resize_m_x_blog_mf; // x軸
$resize_m_y = $resize_m_y_blog_mf; // y軸
$quality_m = $quality_m_blog_mf;
$resize_l = $resize_l_blog_mf; // 長辺のリサイズ後サイズ
$quality_l = $quality_l_blog_mf;
?>
 |
 |
 |
 |
| 店長 小川 芳男 |
 |
 |
 |
| 調布生まれの調布育ち。小さな贅沢を売って、早九年。愛されるお店を目指して、頑張ります。 |
 |
| 趣味:三度の食事よりも釣りが好き。海でも川でも、何でもござれ。 |
 |
| 特技:どこでも居眠りができます。 |
 |
| おすすめ:私がつくった樹ブレンド。お試しあれ。 |
 |
 |
 |
|
// -------------------------------------------
// ブログ サイドバー
//($center , $service , $ktg , $sub_ktg , $mode , $hyouji_count , $show_date)
news_db_list("htsuji" , "blog" , "all" , "all" , "blog_bar" , 7 , "");
?>
|
 |
 |
 |
|
//blog_archive($center , $service , $ktg , $sub_ktg , $hyouji_count , $show_date)
blog_archive("htsuji" , "blog" , "all" , "all" , "" , "");
?>
|
 |
 |
 |
| ■
// ブログサイドバーカテゴリー表示
blog_ktg("htsuji" , "blog" , $blog_htsuji_ktg_array);
?>
|
 |
| ■ RSS1.0 |
|
 |
// -------------------------------------------
// 画像拡大表示
if($cont == "show_img"){
echo headline_img($img_id,"l");
}else{
// -------------------------------------------
// ブログ
//($center , $service , $ktg , $sub_ktg , $mode , $hyouji_count)
$show_date = $d;
if(!$ktg){
$ktg="all";
}
news_db_list("htsuji" , "blog" , $ktg , "all" , "ht_blog" , 7 , $show_date );
}
?>
|
 |