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

Untitled

By: a guest on Apr 30th, 2012  |  syntax: HTML 5  |  size: 0.83 KB  |  hits: 31  |  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. <!--[if IE 6]>
  2. <style type="text/css" media="screen">
  3.  @import "<?php bloginfo('template_url'); ?>/stylesheets/ie6.css";
  4. </style>
  5. <![endif]-->
  6.  
  7. <!--[if IE 7]>
  8. <style type="text/css" media="screen">
  9.  @import "<?php bloginfo('template_url'); ?>/stylesheets/ie7.css";
  10. </style>
  11. <![endif]-->
  12.  
  13. <!--[if IE]> <style> .clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */ </style> <![endif]-->
  14.  
  15. <?php wp_head(); ?>
  16.  
  17. <?php if(get_option("cufon_font")) { // If a user defined font exists use it. ?>
  18. <script type="text/javascript" src="<?php echo get_option("cufon_font"); ?>"></script>
  19. <?php } else { ?>
  20. <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/lib/js/Lucida_Sans_Unicode_400.font.js" defer></script>
  21. <?php } ?>