News
【重要】7月27日更新:本社移転完了のご挨拶
$my_current_lang = apply_filters( 'wpml_current_language', NULL );
$my_default_lang = apply_filters('wpml_default_language', NULL );
$footer_code = '';
if ($my_current_lang != $my_default_lang) {
$footer_code = $my_current_lang;
}
get_footer($footer_code);