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

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

New extension added:
Wired For Sound (2.0.b)

File size: 721 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.