Esempio n. 1
0
<html xmlns="http://www.w3.org/1999/xhtml" <?php 
language_attributes();
?>
>
<head>
    <meta http-equiv="Content-Type" content="<?php 
bloginfo('html_type');
?>
; charset=<?php 
bloginfo('charset');
?>
" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  
    <title><?php 
ui::title();
?>
</title>

	<link rel="stylesheet" type="text/css" href="<?php 
bloginfo('stylesheet_url');
?>
" media="screen" />
    
    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700' rel='stylesheet' type='text/css'>
    
	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="<?php 
bloginfo('template_directory');
?>
/ie7.css" /><![endif]-->