15 lines
618 B
PHP
15 lines
618 B
PHP
<footer class="site-footer section-inner">
|
|
|
|
<p class="copyright">© <?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>
|