-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
34 lines (29 loc) · 1.19 KB
/
header.php
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
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title>
<?php bloginfo('name'); ?> |
<?php is_front_page() ? bloginfo('description') : wp_title(''); ?>
</title>
<!--<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php// bloginfo( 'pingback_url' ); ?>" />-->
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<header id="header">
<div class="inner-header">
<div class="logo-unearte"><a href="<?php print bloginfo('home'); ?>"><img src="<?php print get_template_directory_uri(); ?>/images/logo-unearte.png" alt="img1"></a></div>
<div class="logo-ciat"><img src="<?php print get_template_directory_uri(); ?>/images/logo-ciat.png" alt="img2"></div>
<div class="search-form">
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
<div class="inner-form">
<input type="text" size="30" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" placeholder="busqueda..."/>
<!--<input type="submit" id="searchsubmit" value="Buscar" class="btn" />-->
</div>
</form>
</div>
</div>
</header>
<section id="content">
<div class="inner-content">