Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 23rd, 2012  |  syntax: None  |  size: 0.62 KB  |  hits: 6  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. {* add some CSS files to the booster *}
  2. {booster type="css" media="screen" src="/css/museo300.css"}
  3. {booster type="css" media="screen" src="/css/screen.css"}
  4. {booster type="css" media="screen" src="/css/keyvisuals.css"}
  5. {* output boosted CSS *}
  6. {booster type="css" media="screen" output=1}
  7.  
  8. {* add some Javascript files to the booster *}
  9. {booster type="js" src="/js/prefixfree.min.js"}
  10. {booster type="js" src="/js/jquery-1.7.1.min.js"}
  11. {booster type="js" src="/js/jquery.cookie.js"}
  12. {booster type="js" src="/js/jquery.placeholder.min.js"}
  13. {booster type="js" src="/js/main.js"}
  14. {* output boosted Javascript *}
  15. {booster type="js" output=1}