写真コンテストは12月22日(金)で終了いたしました。
今回もたくさんのご応募ありがとうございました。
審査結果は2018年2月初旬頃にご案内いたします。
お楽しみに!
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]; } ?>