source: trunk/www.guidonia.net/wp/wp-content/themes/facebook/header.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 3.2 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
3
4<head profile="http://gmpg.org/xfn/11">
5 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
6 <title><?php wp_title('--',true,'right'); ?> <?php bloginfo('name');?></title>
7 <meta name="verify-v1" content="73C3Ket7EQ4Ee+FT9AjldQ5ReM9xZtp2whuQ4bemlMA=" >
8 <meta name="description" content="Guidonia Punto Net: informazioni della città di Guidonia e dell'intero comune di Guidonia Montecelio ">
9<meta name="abstract" content="Notizie, informazioni, sport, alberghi, ristoranti, curiosità a Guidonia , Comune di Guidonia Montecelio">
10<meta name="keywords" content="guidonia montecelio, guidonia, montecelio">
11
12
13
14
15
16
17
18
19
20 <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
21 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
22 <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/switch.js"></script>
23
24 <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/style.css" type="text/css" media="screen"/>
25 <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/blue.css" type="text/css" media="screen" title="default"/>
26 <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/pink.css" type="text/css" media="screen" title="pink"/>
27 <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/green.css" type="text/css" media="screen" title="green"/>
28 <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/purple.css" type="text/css" media="screen" title="purple"/>
29 <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/red.css" type="text/css" media="screen" title="red"/>
30 <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/blue.css" type="text/css" media="screen" title="blue"/>
31 <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
32 <?php wp_head(); ?>
33</head>
34<body>
35
36<!--#wrapper:start-->
37 <div id="wrapper">
38
39<!--#header:start-->
40 <div id="header">
41 <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
42
43<!--#navigation:start-->
44 <div id="navigation">
45 <ul>
46 <li><a href="<?php echo get_option('home'); ?>/" class="<?php echo (is_home() ? 'current' : ''); ?>">Home</a></li>
47 <li><a href="http://www.guidonia.net/wp/?cf_action=show_mobile">Cellulare</a><li>
48 <?php wp_list_pages('title_li='); ?>
49
50 </ul>
51 </div>
52<!--#navigation:end-->
53<!--#search:start-->
54 <div id="search">
55 <form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
56 <input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
57 <input type="submit" id="searchsubmit" value="<?php _e('cerca'); ?>" />
58
59 </form>
60 </div>
61<!--#search:end-->
62
63 </div>
64<!--#header:end-->
Note: See TracBrowser for help on using the repository browser.