loadTemplatefile('../common/themes/help/'.$tplname, true, true); /*クッキーチェック*/ $sid = checkCooke(); if (!is_null($sid)) { // マイメニューの設定 $member = memberinfo($sid); } setHelpMyMenu($tpl, $member); if (isset($_REQUEST['no'])) { $tpl->touchBlock('if_'.$_REQUEST('no').'_exists'); } else { $tpl->touchBlock('if_help00_exists'); } $tpl->touchBlock("if_pc_exists"); $tpl->setVariable('shopname', $shop["shopname"]); $tpl->setVariable('latitude', $shop["latitude"]); $tpl->setVariable('longitude', $shop["longitude"]); $tpl->show(); ?>