Files
typecho-theme-simpleblog/footer.php
2025-08-13 10:44:35 +08:00

15 lines
618 B
PHP

<footer class="site-footer section-inner">
<p class="copyright">&copy; <?php echo date('Y'); ?> <a href="<?php $this->options->siteUrl(); ?>" class="site-name"><?php $this->options->title(); ?></a></p>
<!-- 请不要删除作者信息,谢谢!-->
<p class="theme-by"><?php _e('主题来源:'); ?> <a href="https://lhcy.org" target="_blank">林海草原</a></p>
<!-- 请不要删除作者信息,谢谢!-->
</footer> <!-- footer -->
</main>
<?php $this->footer(); ?>
</body>
</html>