web/wp-content/themes/vivee_portfolio/header.php
author ymh <ymh.work@gmail.com>
Mon, 22 Mar 2010 16:36:28 +0100
changeset 5 ac511f1ccc8e
parent 1 0d28b7c10758
permissions -rw-r--r--
add hgignore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
0d28b7c10758 First commit
ymh
parents:
diff changeset
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
0d28b7c10758 First commit
ymh
parents:
diff changeset
     2
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
0d28b7c10758 First commit
ymh
parents:
diff changeset
     3
0d28b7c10758 First commit
ymh
parents:
diff changeset
     4
<head profile="http://gmpg.org/xfn/11">
0d28b7c10758 First commit
ymh
parents:
diff changeset
     5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
0d28b7c10758 First commit
ymh
parents:
diff changeset
     6
0d28b7c10758 First commit
ymh
parents:
diff changeset
     7
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
0d28b7c10758 First commit
ymh
parents:
diff changeset
     8
0d28b7c10758 First commit
ymh
parents:
diff changeset
     9
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
0d28b7c10758 First commit
ymh
parents:
diff changeset
    10
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
0d28b7c10758 First commit
ymh
parents:
diff changeset
    11
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
0d28b7c10758 First commit
ymh
parents:
diff changeset
    12
  <script type="text/javascript" src="<?php echo get_option('home'); ?>/wp-content/themes/vivee_portfolio/js/jquery.js"></script>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    13
  <script type="text/javascript" src="<?php echo get_option('home'); ?>/wp-content/themes/vivee_portfolio/js/funkcje_jquery2.js"></script>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    14
0d28b7c10758 First commit
ymh
parents:
diff changeset
    15
<?php wp_head(); ?>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    16
</head>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    17
<body>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    18
    <div id="page">
0d28b7c10758 First commit
ymh
parents:
diff changeset
    19
    
0d28b7c10758 First commit
ymh
parents:
diff changeset
    20
    	<div id="head">
0d28b7c10758 First commit
ymh
parents:
diff changeset
    21
        	<div id="vivee"><a href="<?php echo get_option('home'); ?>/" title="Vivee Portfolio Theme"></a></div>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    22
            <div id="menu"><!-- menu górne -->
0d28b7c10758 First commit
ymh
parents:
diff changeset
    23
            	<ul>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    24
                	<li><a href="<?php echo get_option('home'); ?>/"><span>Strona główna</span></a></li>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    25
                    <li><a href="<?php echo get_option('home'); ?>/o-mnie/"><span>O mnie</span></a></li>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    26
                    <li><a href="<?php echo get_option('home'); ?>/category/portfolio/"><span>Portfolio</span></a></li>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    27
                    <li><a href="<?php echo get_option('home'); ?>/oferta/"><span>Oferta</span></a></li>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    28
                    <li><a href="<?php echo get_option('home'); ?>/kontakt/"><span>Kontakt</span></a></li>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    29
                </ul>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    30
            </div>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    31
            <div class="end"></div>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    32
        </div>