-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader-compiled.php
55 lines (43 loc) · 1.76 KB
/
header-compiled.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
<!doctype html>
<head>
<title>
<?
wp_title( '|', true, 'right' );
?>
</title>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Language" content="fr_FR" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="<?= get_stylesheet_directory_uri() ?>/assets/images/logo-full.ico">
<link rel="apple-touch-icon" href="<?= get_stylesheet_directory_uri() ?>/assets/images/logo-full.ico">
<meta name="google-site-verification" content="1OOkyToxjkcDc2Fxd2K2DsYDkRNx9YDZnDJCrNhLcMc" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<link href="<?= get_stylesheet_directory_uri() ?>/app.css?noCache=f8e75fa6" rel="stylesheet" />
<script>
var template_dir = "<?= get_stylesheet_directory_uri() ?>";
</script>
<?
global $post, $parent;
wp_head();
?>
</head>
<body <? body_class() ?>>
<div class="wrapper">
<header class="header">
<div class="inner">
<a class="header-logo" href="/">
<img src="<?= get_stylesheet_directory_uri() ?>/assets/images/logo-full-export.png" alt="">
</a>
<? wp_nav_menu(['theme_location' => 'primary', 'container' => false, 'menu_class' => 'header-menu']) ?>
<a href="https://www.facebook.com/EHPADONSNOUS/" target="_blank" class="header-social">
<? icon('facebook') ?>
Suivez nous !
</a>
<a class="header-mobile" href="#" data-mobilenav="toggle">
<? icon('menu') ?>
</a>
</div>
</header>
<? get_view('mobileNav') ?>