-
Notifications
You must be signed in to change notification settings - Fork 13
/
footer.php
23 lines (22 loc) · 1.23 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<footer class="site-footer">
<div class="container">
<div class="copyright text-xs text-muted text-center">
<span class="d-inline-block">© <?php echo date("Y"); ?></span>
<a class="text-muted" href="<?php $this->options->siteUrl(); ?>" rel="home"><?php $this->options->title(); ?></a>
<?php if (!empty($this->options->icp)) : ?>
<span class="d-inline-block"> | </span>
<a href="https://beian.miit.gov.cn" target="_blank" rel="nofollow" class="text-muted"><?php $this->options->icp(); ?></a>
<?php endif; ?>
</div>
</div>
</footer>
</div>
<ul class="site-fixedmenu">
<li id="scrollToTOP"> <a href="#" class="btn btn-start btn-icon btn-rounded"><span><i class="fas fa-arrow-up"></i></span></a></li>
</ul>
<script src="//lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/5.1.3/js/bootstrap.min.js" type="application/javascript"></script>
<script src="<?php $this->options->themeUrl('./assets/js/lazyload.min.js'); ?>" type="application/javascript"></script>
<script src="<?php $this->options->themeUrl('./assets/js/script.min.js'); ?>" type="text/javascript"></script>
</body>
</html>