This repository was archived by the owner on Jan 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathheader.php
65 lines (53 loc) · 2.97 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html class="wf-active">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title><?php wp_title('«', true, 'right'); ?></title>
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/app.css">
<?php if ( is_singular() ): ?><link rel="pingback" href="<?php bloginfo('pingback_url'); ?>"><?php endif; ?>
<!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<?php wp_head(); ?>
<!-- Touch icon for iOS 2.0+ and Android 2.1+ -->
<link rel="apple-touch-icon-precomposed" href="<?php bloginfo('template_url'); ?>/images/favicon-152.png">
<!-- IE 10 Metro tile icon (Metro equivalent of apple-touch-icon) -->
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="<?php bloginfo('template_url'); ?>/images/favicon-144.png">
<!-- For iPad with high-resolution Retina display running iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="<?php bloginfo('template_url'); ?>/images/favicon-152.png">
<!-- For iPad with high-resolution Retina display running iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php bloginfo('template_url'); ?>/images/favicon-144.png">
<!-- For iPhone with high-resolution Retina display running iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="<?php bloginfo('template_url'); ?>/images/favicon-120.png">
<!-- For iPhone with high-resolution Retina display running iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php bloginfo('template_url'); ?>/images/favicon-114.png">
<!-- For first- and second-generation iPad: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="<?php bloginfo('template_url'); ?>/images/favicon-72.png">
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="<?php bloginfo('template_url'); ?>/images/favicon-57.png">
<!-- Other icons -->
<link rel="icon" href="<?php bloginfo('template_url'); ?>/images/favicon-32.png" sizes="32x32">
<link rel="icon" href="<?php bloginfo('template_url'); ?>/images/favicon.ico">
<link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/images/favicon.ico">
</head>
<body <?php body_class(); ?>>
<div id="container">
<header id="top">
<hgroup>
<h1><a href="/">init Lab</a></h1>
<?php breadcrumbs(); ?>
</hgroup>
<?php
wp_nav_menu( array('theme_location' => 'header') );
//sdsdsd
if(is_user_logged_in()){
}else {
}
?>
<form id="header-search" action="/" method="get" role="search">
<label class="ss-icon" for="header-s">Search</label>
<input id="header-s" type="text" name="s" value="" placeholder="Търсене" >
<input id="header-searchsubmit" type="submit" value="Търсене">
</form>
</header>
<div id="main">