source: extensions/WiredForSound/template/wfs_on_index.tpl @ 6260

Last change on this file since 6260 was 3609, checked in by patdenice, 15 years ago

Convert all php and tpl files in Unix format for my plugins.

File size: 708 bytes
Line 
1{if isset($mp3_button)}
2      <li><a href="{$mp3_button.URL}" title="{'wfs_associate_category'|@translate}"><img src="{$mp3_button.ICON}" class="button" alt="{'wfs_associate_category'|@translate}"/></a></li>
3{/if}
4
5{if isset($wfs)}
6<li>
7<object style="vertical-align:top; margin-top:3px;" type="application/x-shockwave-flash" width="{$wfs.PLAYER_WIDTH}" height="20"
8    data="{$wfs.MP3}&amp;autostart={$wfs.AUTOSTART}&amp;autoreplay={$wfs.AUTOREPLAY}&amp;volume={$wfs.VOLUME}&amp;showtime=1">
9    <param name="movie" value="{$wfs.MP3}&amp;autostart={$wfs.AUTOSTART}&amp;autoreplay={$wfs.AUTOREPLAY}&amp;volume={$wfs.VOLUME}&amp;showtime=1">
10    <param name="wmode" value="transparent">
11</object>
12</li>
13{/if}
Note: See TracBrowser for help on using the repository browser.