タイマー表示切り替え


<?//sp if (( strpos($ua, ‘iPhone’) !== false) || ( strpos($ua, ‘iPod’) !== false ) || (strpos($ua, ‘Android’) !== false )) {?> <center> <?php date_default_timezone_set(‘Asia/Tokyo’); if (strtotime(date(‘Y-m-d H:i’)) < strtotime(‘2022-01-01 00:00’)) {?> <img src=”images/top/20211231.jpg” alt=”” style=”margin-top:10px; max-width:100%;”> <?} else {?> <img src=”images/top/20220101.jpg” alt=”” style=”margin-top:10px; max-width:100%;”> <?}?> </center><? } else { ?> <?//PC ?> <center> <?php date_default_timezone_set(‘Asia/Tokyo’); if (strtotime(date(‘Y-m-d H:i’)) < strtotime(‘2022-01-01 00:00’)) {?> <img src=”images/top/20211231.jpg” alt=”” style=”margin-top:10px;”> <?} else {?> <img src=”images/top/20220101.jpg” alt=””> <?}?> </center><? } ?>

