Просмотр файла iphone-theme/header.php

Размер файла: 1.36Kb
<?php 
//SVN: $Id: header.php 50616 2008-06-15 20:19:22Z imthiaz $
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<style type="text/css" media="screen">@import "<?php echo get_theme_root_uri(); ?>/iphone-theme/iui/iui.css";</style>
<script type="application/x-javascript" src="<?php echo get_theme_root_uri(); ?>/iphone-theme/iui/iui.js"></script>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>?nocache=<?php echo time() ?>" type="text/css" media="screen" />
</head>
<body>
    <div class="toolbar">
        <h1 id="pageTitle"><?php bloginfo('name'); ?></h1>
        <a id="backButton" class="button" href="#"></a>
        <a id="homeButton" class="button" href="#">Главная</a>
    </div>