Ignore:
Timestamp:
Mar 14, 2011, 3:02:57 PM (13 years ago)
Author:
flop25
Message:

compatible trunk/2.2rc4

Location:
extensions/music_player/template/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/music_player/template/style/default.tpl

    r9590 r9668  
    11{combine_css path="$STYLE_FILE"}
    22{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">
    64        function loadFile(obj) { thisMovie("playlist").loadFile(obj); };
    75        // This is a javascript handler for the player and is always needed.
     
    1311                }
    1412        };
    15 {/literal}
    16 
    17 </script>{/html_head}
     13</script>{/literal}
     14{/footer_script}
    1815
    1916{if $conf_plugin_1!='true' }
  • extensions/music_player/template/style/default/lecteur.tpl

    r9590 r9668  
    11{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">
    64        function loadFile(obj) { thisMovie("playlist").loadFile(obj); };
    75        // This is a javascript handler for the player and is always needed.
     
    1311                }
    1412        };
    15 {/literal}
    16 
    17 </script>{/html_head}
     13</script>{/literal}
     14{/footer_script}
    1815
    1916{if $conf_plugin_1!='true' }
Note: See TracChangeset for help on using the changeset viewer.