-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
executable file
·40 lines (38 loc) · 1.63 KB
/
header.php
File metadata and controls
executable file
·40 lines (38 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
/**
* @package WordPress
* @subpackage Open AgroClimate
*/
?>
<!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" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="keywords" content="Tools,Forecasts,Crops,Fruits,Forestry,Pasture,Livestock,Climate, El Nino,Links,AgroClimate" />
<!-- Link to shortcut Icon -->
<!-- link rel="shortcut icon" href="/images/favicon.ico" / -->
<!-- Link to main stylesheet -->
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="wrapper">
<div id="Inwrapper">
<div id="topper">
<div id="topperLeft">
<?php wp_nav_menu(array(
'menu'=>'header-menu' ,
'theme_location' => 'header')
);
?>
</div>
</div>
<div id="branding">
<a href="<?php bloginfo('url'); ?>" title="Home" id="logoLink">AgroClimate Home</a>
<a href="http://SEClimate.org/" title="<?php _e('Southeast Climate Consortium Home', 'oac_theme'); ?>" id="seccLink"><?php _e( 'A Service of the Southeast Climate Consortium', 'oac_theme' ); ?></a>
<?php displayENSO(); ?>
</div>