1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-03 05:07:46 +00:00
Havana/tools/www-tpl/default-en/homes/widget/habblet/trax_song.tpl
2022-09-04 10:33:18 +10:00

10 lines
No EOL
631 B
Smarty

{% if sticker.hasSong() %}
{% set song = sticker.getSong() %}
<embed type="application/x-shockwave-flash"
src="{{ site.sitePath }}/flash/traxplayer/traxplayer.swf" name="traxplayer" quality="high"
base="{{ site.sitePath }}/flash/traxplayer/" allowscriptaccess="always" menu="false"
wmode="transparent" flashvars="songUrl={{ site.sitePath }}/trax/song/{{ song.getId() }}&amp;sampleUrl=http://cdn.classichabbo.com/r38/dcr/hof_furni/mp3/"
height="66" width="210" />
{% else %}
<div id="traxplayer-content" style="text-align: center;"><img src="{{ site.staticContentPath }}/web-gallery/images/traxplayer/player.png"/></div>
{% endif %}