World's End Supernova EP /
Qururi
#01 (SIDE-A): World's End Supernova (Original)
#01 (SIDE-B): World's End Supernova (FPM EVERLUST MIX)
OUT OF STOCK
$i = 0;
foreach ($album['tracks'] as $t) {
$i++;
?>
-
if ($t['audio']) {
if ($is_iphone) {
// mp3直リンク
?>
#:
} else if ($is_ipad) {
// audioタグで再生
$audio_html .= '' . "\n";
?>
#:
} else { ?>
#:
}
} else {
?>
#: } ?>
} ?>
if ($is_ipad) {
print $audio_html;
}
?>