-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
90 lines (60 loc) · 2.7 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
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7372428055776501",
enable_page_level_ads: true
});
</script>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title><?php wp_title('|', true, 'left'); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php wp_head(); ?>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42135290-1', '3dejulhonoticias.com.br');
ga('send', 'pageview');
</script>
</head>
<body <?php body_class(); ?>>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/pt_BR/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="container">
<header id="branding" role="banner">
<div id="inner-header" class="clearfix">
<br>
<a href="/"><img class="aligncenter" width="280px" height="250px" src="https://3dejulhonoticias.com.br/wp-content/uploads/2015/01/3dejulho_logo_v1.jpg"/></a>
<?php if( function_exists('cyclone_slider') ) cyclone_slider('banner-ney-amorim'); ?>
</div>
<nav id="access" role="navigation">
<h1 class="assistive-text section-heading"><?php _e( 'Main menu', 'attorney' ); ?></h1>
<div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'attorney' ); ?>"><?php _e( 'Skip to content', 'attorney' ); ?></a></div>
<?php attorney_main_nav(); // Adjust using Menus in Wordpress Admin ?>
<?php get_search_form(); ?>
</nav><!-- #access -->
</header><!-- #branding -->
<script type="text/javascript">
swfobject.registerObject("FlashID");
</script>
<script type="text/javascript">
function expand() {
document.getElementById("exp-banner").style.clip="rect(0px 625px 450px 0px)";
}
function retract() {
document.getElementById("exp-banner").style.clip="rect(0px 625px 115px 0px)";
}
</script>