雨上がりの朝。池の石畳にカモが一匹。
置物並みに動かないカモ。
まったく動く気配がないカモでした。
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]; } ?>