菜单
控制台
概要
个人设置
插件
外观
编辑文件 header.php
备份
撰写
撰写文章
创建页面
管理
文章
独立页面
评论
分类
标签
文件
用户
友情链接
设置
基本
评论
阅读
永久链接
测试管理员
登出
网站
编辑文件 header.php
可以使用的外观
编辑
initial
外观
设置外观
编辑源码
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> <!DOCTYPE html> <html> <head> <meta charset="<?php $this->options->charset(); ?>" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <?php if ($this->options->favicon): ?> <link rel="shortcut icon" href="<?php $this->options->favicon(); ?>" /> <?php endif; ?> <title><?php $this->archiveTitle(array( 'category' => _t('分类 %s 下的文章'), 'search' => _t('包含关键字 %s 的文章'), 'tag' => _t('标签 %s 下的文章'), 'date' => _t('在 %s 发布的文章'), 'author' => _t('作者 %s 发布的文章') ), '', ' - '); ?><?php $this->options->title(); if ($this->is('index') && $this->options->subTitle): ?> - <?php $this->options->subTitle(); endif; ?></title> <?php $this->header('generator=&template=&pingback=&xmlrpc=&wlw=&commentReply=&rss1=&rss2=&antiSpam=&atom='); ?> <link rel="stylesheet" href="<?php cjUrl('style.min.css') ?>" /> </head> <body <?php if ($this->options->HeadFixed): ?>class="head-fixed"<?php endif; ?>> <!--[if lt IE 9]> <div class="browsehappy">当前网页可能 <strong>不支持</strong> 您正在使用的浏览器. 为了正常的访问, 请 <a href="https://browsehappy.com/">升级您的浏览器</a>.</div> <![endif]--> <header id="header"> <div class="container clearfix"> <div class="site-name"> <?php if ($this->options->logoUrl): ?> <h1> <a id="logo" href="<?php $this->options->siteUrl(); ?>"> <img src="<?php $this->options->logoUrl() ?>" alt="<?php $this->options->title() ?>" title="<?php $this->options->title() ?>" /> </a> </h1> <?php else: ?> <h1> <a id="logo" href="<?php $this->options->siteUrl(); ?>"><?php if ($this->options->customTitle): $this->options->customTitle(); else: $this->options->title(); endif; ?></a> </h1> <?php endif; ?> </div> <script>function Navswith(){document.getElementById("header").classList.toggle("on")}</script> <button id="nav-swith" onclick="Navswith()"><span></span></button> <div id="nav"> <div id="site-search"> <form id="search" method="post" action="<?php $this->options->siteUrl(); ?>"> <input type="text" id="s" name="s" class="text" placeholder="输入关键字搜索" required /> <button type="submit"></button> </form> </div> <ul class="nav-menu"> <li><a href="<?php $this->options->siteUrl(); ?>">首页</a></li> <?php if (!empty($this->options->Navset) && in_array('ShowCategory', $this->options->Navset)): if (in_array('AggCategory', $this->options->Navset)): ?> <li class="menu-parent"><a><?php if ($this->options->CategoryText): $this->options->CategoryText(); else: ?>分类<?php endif; ?></a> <ul> <?php endif; $this->widget('Widget_Metas_Category_List')->to($categorys); while($categorys->next()): if ($categorys->levels == 0): $children = $categorys->getAllChildren($categorys->mid); if (empty($children)): ?> <li><a href="<?php $categorys->permalink(); ?>" title="<?php $categorys->name(); ?>"><?php $categorys->name(); ?></a></li> <?php else: ?> <li class="menu-parent"> <a href="<?php $categorys->permalink(); ?>" title="<?php $categorys->name(); ?>"><?php $categorys->name(); ?></a> <ul class="menu-child"> <?php foreach ($children as $mid) { $child = $categorys->getCategory($mid); ?> <li><a href="<?php echo $child['permalink'] ?>" title="<?php echo $child['name']; ?>"><?php echo $child['name']; ?></a></li> <?php } ?> </ul> </li> <?php endif; endif; endwhile; ?> <?php if (in_array('AggCategory', $this->options->Navset)): ?> </ul> </li> <?php endif; endif; if (!empty($this->options->Navset) && in_array('ShowPage', $this->options->Navset)): if (in_array('AggPage', $this->options->Navset)): ?> <li class="menu-parent"><a><?php if ($this->options->PageText): $this->options->PageText(); else: ?>其他<?php endif; ?></a> <ul> <?php endif; $this->widget('Widget_Contents_Page_List')->to($pages); while($pages->next()): ?> <li><a href="<?php $pages->permalink(); ?>" title="<?php $pages->title(); ?>"><?php $pages->title(); ?></a></li> <?php endwhile; if (in_array('AggPage', $this->options->Navset)): ?> </ul> </li> <?php endif; endif; ?> </ul> </div> </div> </header> <div id="body"> <div class="container clearfix">
保存文件
模板文件
404.php
archive.php
comments.php
footer.php
functions.php
header.php
index.php
page-archives.php
page-links.php
page-whisper.php
page.php
post.php
sidebar.php
style.min.css
Typecho
由
Typecho
强力驱动, 版本 1.2.1
帮助文档
•
支持论坛
•
报告错误
•
资源下载