* improve css * fix table * fix write page * improve header nav * fix menu * fix menu * fix menu * add flex grid system * fix * fix flex * fix draft version * using main html element to replace div * improve css * add input type number * fix custom-fields * fix screen
14 lines
734 B
PHP
14 lines
734 B
PHP
<?php if(!defined('__TYPECHO_ADMIN__')) exit; ?>
|
|
<footer class="typecho-foot" role="contentinfo">
|
|
<div class="copyright">
|
|
<a href="https://typecho.org" class="i-logo-s">Typecho</a>
|
|
<p><?php _e('由 <a href="https://typecho.org">%s</a> 强力驱动, 版本 %s', $options->software, $options->version); ?></p>
|
|
</div>
|
|
<nav class="resource">
|
|
<a href="https://docs.typecho.org"><?php _e('帮助文档'); ?></a> •
|
|
<a href="https://forum.typecho.org"><?php _e('支持论坛'); ?></a> •
|
|
<a href="https://github.com/typecho/typecho/issues"><?php _e('报告错误'); ?></a> •
|
|
<a href="https://typecho.org/download"><?php _e('资源下载'); ?></a>
|
|
</nav>
|
|
</footer>
|