修改页脚

This commit is contained in:
fen 2013-10-25 14:14:24 +08:00
parent 65c79a54ac
commit 7a19a141c4
4 changed files with 6 additions and 9 deletions

View File

@ -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> &bull;

View File

@ -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>
&bull;
<a href="<?php $this->options->commentsFeedUrl(); ?>"><?php _e('评论'); ?> RSS</a>
&copy; <?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(); ?>

View File

@ -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>

View File

@ -305,9 +305,7 @@ textarea {
padding-bottom: 30px;
line-height: 1.5;
text-align: center;
color: #888;
}
#footer a {
color: #999;
}
/* -----------------