1 Star 0 Fork 11

飞鱼 / Typecho导航主题WebStack_钻芒二开版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
header.php 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
佩奇 提交于 2020-11-21 04:08 . V0.7.19
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="<?php $this->options->charset(); ?>">
<title><?php $this->archiveTitle(array(
'category' => _t('分类 %s 下的文章'),
'search' => _t('包含关键字 %s 的文章'),
'tag' => _t('标签 %s 下的文章'),
'author' => _t('%s 发布的文章')
), '', ' - '); ?><?php $this->options->title(); ?><?php if ($this->is('index')): ?><?php endif; ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="copyright" content="webstack_zmki_0.7.19_www.zmki.cn">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Arimo:400,700,400italic">
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/fonts/linecons/css/linecons.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/font-awesome.min.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/bootstrap.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/xenon-core.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/xenon-components.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/xenon-skins.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/nav.css'); ?>">
<link rel="stylesheet" href="https://at.alicdn.com/t/font_1627571_5r5ttgth8yq.css">
<script src="https://at.alicdn.com/t/font_1627571_5r5ttgth8yq.js"></script>
<script src="//libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/icon.png">
<?php $this->header(); ?>
<!--* @version 4.0 _zmki0.7.19 -->
</head>
<body class="page-body <?php echo($_COOKIE['night'] == '1' ? 'night' : ''); ?>">
<!-- skin-white -->
<div class="page-container">
PHP
1
https://gitee.com/wsh-feiyu/WebStack_zmki.git
git@gitee.com:wsh-feiyu/WebStack_zmki.git
wsh-feiyu
WebStack_zmki
Typecho导航主题WebStack_钻芒二开版
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891