1.0版本
This commit is contained in:
14
footer.php
Normal file
14
footer.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
Reference in New Issue
Block a user