Changeset 9668
- Timestamp:
- Mar 14, 2011, 3:02:57 PM (14 years ago)
- Location:
- extensions/music_player/template/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/music_player/template/style/default.tpl
r9590 r9668 1 1 {combine_css path="$STYLE_FILE"} 2 2 {combine_script id="music_player_js" load="header" path="plugins/music_player/player/swfobject.js"} 3 {html_head}<script type="text/javascript"> 4 {literal} 5 3 {footer_script require='music_player_js'}{literal}<script type="text/javascript"> 6 4 function loadFile(obj) { thisMovie("playlist").loadFile(obj); }; 7 5 // This is a javascript handler for the player and is always needed. … … 13 11 } 14 12 }; 15 {/literal} 16 17 </script>{/html_head} 13 </script>{/literal} 14 {/footer_script} 18 15 19 16 {if $conf_plugin_1!='true' } -
extensions/music_player/template/style/default/lecteur.tpl
r9590 r9668 1 1 {combine_css path="$STYLE_FILE"} 2 {html_head}<script type="text/javascript" src="./player/swfobject.js"></script>{/html_head} 3 {html_head}<script type="text/javascript"> 4 {literal} 5 2 {combine_script id="music_player_js" load="header" path="plugins/music_player/player/swfobject.js"} 3 {footer_script require='music_player_js'}{literal}<script type="text/javascript"> 6 4 function loadFile(obj) { thisMovie("playlist").loadFile(obj); }; 7 5 // This is a javascript handler for the player and is always needed. … … 13 11 } 14 12 }; 15 {/literal} 16 17 </script>{/html_head} 13 </script>{/literal} 14 {/footer_script} 18 15 19 16 {if $conf_plugin_1!='true' }
Note: See TracChangeset
for help on using the changeset viewer.