head.tpl 921 B

123456789101112131415161718192021222324252627282930313233343536
  1. <title>{$title_string}</title>
  2. <style type="text/css" media="screen, projection">
  3. /*<![CDATA[*/
  4. {$css_style}
  5. ?>
  6. /*]]>*/
  7. </style>
  8. <style type="text/css" media="print">
  9. /*<![CDATA[*/
  10. {$css_style_print}
  11. /*]]>*/
  12. </style>
  13. {literal}
  14. <script type="text/javascript">
  15. //<![CDATA[
  16. // This is a patch for the "__flash__removeCallback" bug, see FS#4378.
  17. if ( ( navigator.userAgent.toLowerCase().indexOf('msie') != -1 ) && ( navigator.userAgent.toLowerCase().indexOf( 'opera' ) == -1 ) ) {
  18. window.attachEvent( 'onunload', function() {
  19. window['__flash__removeCallback'] = function ( instance, name ) {
  20. try {
  21. if ( instance ) {
  22. instance[name] = null ;
  23. }
  24. } catch ( flashEx ) {
  25. }
  26. } ;
  27. });
  28. }
  29. //]]>
  30. </script>
  31. {/literal}
  32. {$js_file_to_string}
  33. {$css_file_to_string}
  34. {$extra_headers}
  35. {$favico}