-
Notifications
You must be signed in to change notification settings - Fork 12
/
header.php
47 lines (47 loc) · 2.23 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
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<!DOCTYPE HTML>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title><?php $this->archiveTitle(array(
'category' => _t('分类 %s 下的文章'),
'search' => _t('包含关键字 %s 的文章'),
'tag' => _t('标签 %s 下的文章'),
'author' => _t('%s 发布的文章')
), '', ' - '); ?><?php $this->options->title(); ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="<?php $this->options->themeUrl('favicon.ico'); ?>">
<link rel="stylesheet" type="text/css" href="<?php $this->options->themeUrl('css/atom-one-light.css'); ?>">
<link rel="stylesheet" type="text/css" href="<?php $this->options->themeUrl('css/font-awesome.min.css'); ?>">
<link rel="stylesheet" type="text/css" href="<?php $this->options->themeUrl('css/waves.min.css'); ?>">
<link rel="stylesheet" type="text/css" href="<?php $this->options->themeUrl('css/jquery.fancybox.css'); ?>">
<link rel="stylesheet" type="text/css" href="<?php $this->options->themeUrl('css/layout.css'); ?>">
<link rel="stylesheet" type="text/css" href="<?php $this->options->themeUrl('css/adapt.css'); ?>">
<style type="text/css">
#instantclick{
display: none;
}
</style>
<script src="<?php $this->options->themeUrl('js/jquery-2.2.4.min.js'); ?>"></script>
<?php $this->header(); ?>
</head>
<body>
<div class="page-loading">
<div class="page-loading-main">
<div class="page-loading-one"></div>
<div class="page-loading-two"></div>
</div>
</div>
<div id="pjax-container">
<div class="mask"></div>
<div class="mask2"></div>
<?php $this->need('navigation.php'); ?>
<span class="navbar-btn">
<span class="navbar-btn-line1"></span>
<span class="navbar-btn-line2"></span>
<span class="navbar-btn-line3"></span>
</span>
<span class="backtop-btn waves-effect waves-button waves-float"><i class="fa fa-angle-up"></i></span>