footer.php

来自「这是一个开源的博客源码」· PHP 代码 · 共 9 行

PHP
9
字号


	<div class="grid_14" id="footer">
	<a href="<?php $this->options->siteurl(); ?>"><?php $this->options->title(); ?></a> <?php _e('is powered by'); ?> <a href="http://www.typecho.org">Typecho</a>.<br /><a href="<?php $this->options->feedUrl(); ?>"><?php _e('文章'); ?> (RSS)</a> and <a href="<?php $this->options->commentsFeedUrl(); ?>"><?php _e('评论'); ?> (RSS)</a>.
	</div><!-- end #footer -->
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?