夏休み記念スタンプを管理事務所前に設置します。
期間:7/23(月)~8/31(金)
時間:8:30~17:00まで
function smarty_target_markup($matches){ $regexes = str_replace('.','\.',$_SERVER['HTTP_HOST']); if(preg_match("/$regexes/i",$matches[1])){ $target = "_self"; }else{ $target = "_blank"; } return $matches[1]; } ?>