{{$profileSong = $member->profileSong();}} {{if $profileSong->file}} <div class='cProfileSidebarBlock ipsPad ipsBox ipsSpacer_bottom'> <h2 class='ipsType_sectionHead ipsType_reset'>Profile Song</h2> <div class='ipsType_center'> <p> <audio autoplay="" controls="" loop="" preload="" class="ps_audio"> <source src="{$profileSong->file->url}"></source> </audio> </p> </div> </div> {{endif}}
{{$profileSong = $member->profileSong();}} {{if $profileSong->file}} <div class='cProfileSidebarBlock ipsPad ipsBox ipsSpacer_bottom'> <h2 class='ipsType_sectionHead ipsType_reset'>Profile Song</h2> <div class='ipsType_center'> <p> <script> window.onload = function() { var backgroundAudio=document.getElementById("music"); backgroundAudio.volume=0.09; } </script> <audio id="music" autoplay="" controls="" loop="" preload="" class="ps_audio"> <source src="{$profileSong->file->url}"></source> </audio> </p> </div> </div> {{endif}}
Loading Info...