forked from cubetech/wordpress.cubetechOldTheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
98 lines (88 loc) · 3.44 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!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">
<meta name="slug.ch" content="{4DDD2354-CC5A-969E-B48F-94616FC2362C}" />
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="description" content="<?php if ( is_single() ) {
single_post_title('', true);
} else {
bloginfo('description');
}
?>" />
<meta name="keywords" content="cubetech, gmbh, hosting, web, webdesign, bern, schweiz, infrastruktur, plone, mac, linux, windows, exchange, blog, seo, social media, facebook, twitter, neue medien" />
<meta name="author" content="cubetech GmbH, http://www.cubetech.ch" />
<meta name="language" content="de" />
<meta name="robots" content="index,follow" />
<title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>
<link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory') ?>/images/favicon.ico" />
<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(); ?>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24407907-1']);
_gaq.push(['_setDomainName', 'cubetech.ch']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body <?php body_class(); ?>>
<div class="l-body"> </div>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<div id="header">
<!-- Shell -->
<div class="shell">
<!-- Head -->
<div id="head">
<h1 id="logo"><a href="<?php echo home_url('/'); ?>" class="notext"><?php echo get_bloginfo('name'); ?></a></h1>
<p class="hello-text"><?php echo get_option('header_text'); ?></p>
<!-- R Box -->
<div class="r-box">
<?php social_links(); ?>
<div id="search">
<form action="<?php bloginfo('url'); ?>" method="get">
<div class="field-wrapper">
<label class="label-hide" for="s">Search</label>
<input type="text" class="field" id="s" name="s" value="" />
</div>
<div class="cl"> </div>
</form>
</div>
</div>
<!-- End R Box -->
<div class="cl"> </div>
</div>
<!-- End Head -->
<!-- B Head -->
<div class="b-head">
<!-- Navigation -->
<div id="navigation">
<?php $args = array(
'container' => false,
'theme_location' => 'main-menu',
'fallback_cb' => 'wp_page_menu',
);
wp_nav_menu( $args ); ?>
</div>
<!-- End Navigation -->
<div class="intro">
<?php show_intro(); ?>
</div>
<div class="cl"> </div>
</div>
<!-- End B Head -->
</div>
<!-- End Shell -->
</div>
<!-- End Header -->
<!-- Main -->
<div id="main">
<!-- Shell -->
<div class="shell">