getStoresC($stores_no); } }else{ $stores_no = $_SESSION['stores_no']; } ### メイン処理 $res = $srch->shop_info($stores_no); if($res){ $shopinfo = $srch->data; if(File_Exists("wrapping/".sprintf("%03d",$stores_no).".html")){ $wrapage = "/shop/wrapping/".sprintf("%03d",$stores_no).".html"; } $_SESSION['shopgif'] = sprintf("%03d",$stores_no).".gif"; $_SESSION['shopname'] = $shopinfo['shop_name']; } $_SESSION['wrapage'] = $wrapage; ### ヘッダ出力 $sVal = $shopinfo['shop_name']; include("../header.html"); ### メイン出力 $smarty->assign("stores_no", htmlspecialchars($_SESSION['stores_no'], ENT_QUOTES)); $smarty->assign("shopname", $_SESSION['shopname']); $smarty->assign("wrapage", $_SESSION['wrapage']); if($disp_tmpl == 'foods.tpl'){ $smarty->display('shop/index.tpl'); }else{ $smarty->display('shop/index_goods.tpl'); } if(File_Exists($shopinfo['concept_page'])){ include($shopinfo['concept_page']); } include("sfooter.html"); include("../footer02.html"); ?>