-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathheader.php
executable file
·24 lines (21 loc) · 1.24 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
<!DOCTYPE html>
<html>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0"/>
<link href="//fonts.googleapis.com/css?family=Monda:300,300italic,400,400italic,700,700italic|Roboto Slab:300,300italic,400,400italic,700,700italic|Lobster Two:300,300italic,400,400italic,700,700italic|PT Mono:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="//cdn.bootcss.com/normalize/5.0.0/normalize.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/fancybox/2.1.5/jquery.fancybox.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/highlight.js/9.9.0/styles/tomorrow.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/viewerjs/0.6.0/viewer.min.css" rel="stylesheet">
<?php wp_head(); ?>
<?php if(get_option('next_scheme') == 'Mist'){ ?>
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/static/css/style-mist.css">
<?php } ?>
<?php if(get_option('next_scheme') == 'Muse'){ ?>
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/static/css/style-muse.css">
<?php } ?>
</head>
<body <?php body_class(); ?>>
<header id="header" class="">
</header><!-- /header -->