copyright.php 728 B

12345678910111213
  1. <?php if(!defined('__TYPECHO_ADMIN__')) exit; ?>
  2. <div class="typecho-foot" role="contentinfo">
  3. <div class="copyright">
  4. <a href="https://typecho.org" class="i-logo-s">Typecho</a>
  5. <p><?php _e('由 <a href="https://typecho.org">%s</a> 强力驱动, 版本 %s', $options->software, $options->version); ?></p>
  6. </div>
  7. <nav class="resource">
  8. <a href="https://docs.typecho.org"><?php _e('帮助文档'); ?></a> &bull;
  9. <a href="https://forum.typecho.org"><?php _e('支持论坛'); ?></a> &bull;
  10. <a href="https://github.com/typecho/typecho/issues"><?php _e('报告错误'); ?></a> &bull;
  11. <a href="https://typecho.org/download"><?php _e('资源下载'); ?></a>
  12. </nav>
  13. </div>