Ignore:
Timestamp:
Mar 9, 2011, 7:10:19 PM (13 years ago)
Author:
flop25
Message:

use of combine tag : relocation of css in config files, css and js files combined
todo : js code not in file
remove events from spread_menu and add_menu_on_public_pages of themes

File:
1 edited

Legend:

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

    r3559 r9590  
    1 {html_head}<link rel="stylesheet" type="text/css" href="{$STYLE_FILE}">{/html_head}
    2 {html_head}<script type="text/javascript" src="./player/swfobject.js"></script>{/html_head}
     1{combine_css path="$STYLE_FILE"}
     2{combine_script id="music_player_js" load="header" path="plugins/music_player/player/swfobject.js"}
    33{html_head}<script type="text/javascript">
    44{literal}
Note: See TracChangeset for help on using the changeset viewer.