-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
28 lines (26 loc) · 1.06 KB
/
Copy pathheader.php
File metadata and controls
28 lines (26 loc) · 1.06 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="shortcut icon" href="<?php echo ANSPRESS_URL . 'assets/images/favicon.png'; ?>" />
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css">
<?php wp_head(); ?>
</head>
<body id="ap-responsive" <?php body_class(); ?>>
<div id="page" class="site <?php ap_page_class(); ?>">
<header id="masthead" class="site-header" role="banner">
<div class="wrapper max-box"> <?php
// mobile menu trigger --- logo --- user icon
ap_template_part( 'mobile', 'menu-trigger' ); ?>
<div class="l-left"> <?php
ap_template_part( 'site', 'logo' ); ?>
</div>
<div class="l-right"> <?php
ap_template_part( 'site', 'nav' ); ?>
</div>
</div>
</header> <?php
ap_template_part( 'page', 'banner' ); ?>
<div id="content" class="site-content">