forked from ahmedkaludi/amp-theme-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
33 lines (26 loc) · 856 Bytes
/
header.php
File metadata and controls
33 lines (26 loc) · 856 Bytes
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
<?php amp_header_core() ?>
<header class="header container">
<div class="left">
<?php amp_logo(); ?>
</div>
<div class="right">
<?php amp_call_now(); ?>
<?php amp_social([
'twitter' => 'https://twitter.com/ampforwp',
'facebook' => 'https://facebook.com/ampforwp'
]);?>
<?php amp_sidebar(['action'=>'open-button']); ?>
</div>
<div class="clearfix"></div>
</header>
<?php amp_sidebar(['action'=>'start',
'id'=>'sidebar',
'layout'=>'nodisplay',
'side'=>'right'
] ); ?>
<?php amp_sidebar(['action'=>'close-button']); ?>
<?php amp_menu(); ?>
<?php amp_search();?>
<?php amp_social(); ?>
<?php amp_sidebar(['action'=>'end']); ?>
<div class="content-wrapper container">