mirror of
https://github.com/typecho/typecho.git
synced 2025-03-18 08:59:40 +01:00
修改页脚
This commit is contained in:
parent
65c79a54ac
commit
7a19a141c4
@ -1,7 +1,7 @@
|
||||
<?php if(!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||||
<div class="typecho-foot">
|
||||
<div class="copyright">
|
||||
<?php _e('基于 <a href="http://typecho.org">%s</a> 构建, 版本 %s (%s)', $options->software, $prefixVersion, $suffixVersion); ?>
|
||||
<?php _e('由 <a href="http://typecho.org">%s</a> 强力驱动, 版本 %s (%s)', $options->software, $prefixVersion, $suffixVersion); ?>
|
||||
</div>
|
||||
<nav class="resource">
|
||||
<a href="http://docs.typecho.org"><?php _e('帮助文档'); ?></a> •
|
||||
|
@ -3,11 +3,8 @@
|
||||
</div><!-- end .container -->
|
||||
|
||||
<footer id="footer">
|
||||
<?php _e('Powered by'); ?> <a href="http://www.typecho.org">Typecho)))</a>
|
||||
<br />
|
||||
<a href="<?php $this->options->feedUrl(); ?>"><?php _e('文章'); ?> RSS</a>
|
||||
•
|
||||
<a href="<?php $this->options->commentsFeedUrl(); ?>"><?php _e('评论'); ?> RSS</a>
|
||||
© <?php echo date('Y'); ?> <a href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title(); ?></a>.
|
||||
<?php _e('由 <a href="http://www.typecho.org">Typecho</a> 强力驱动'); ?>.
|
||||
</footer><!-- end #footer -->
|
||||
|
||||
<?php $this->footer(); ?>
|
||||
|
@ -53,6 +53,8 @@
|
||||
<?php else: ?>
|
||||
<li class="last"><a href="<?php $this->options->adminUrl('login.php'); ?>"><?php _e('登录'); ?></a></li>
|
||||
<?php endif; ?>
|
||||
<li><a href="<?php $this->options->feedUrl(); ?>"><?php _e('文章 RSS'); ?></a></li>
|
||||
<li><a href="<?php $this->options->commentsFeedUrl(); ?>"><?php _e('评论 RSS'); ?></a></li>
|
||||
<li><a href="http://www.typecho.org">Typecho</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
@ -305,9 +305,7 @@ textarea {
|
||||
padding-bottom: 30px;
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
color: #888;
|
||||
}
|
||||
#footer a {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
/* -----------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user