Designer/footer.php

60 lines
2.4 KiB
PHP
Raw Normal View History

2024-09-11 06:56:02 +00:00
<div class="trm-divider trm-mb-40"></div>
<!-- footer -->
<footer class="trm-scroll-animation" data-scroll data-scroll-offset="50">
<div class="trm-label">© 2024 All Rights Reserved.<br>Designed by:<a href="<?php $this->options->siteurl() ?>" target="_blank"><?php $this->options->title() ?></a></div>
<br>
<div class="trm-label">
<img src="https://www.xfabe.com/zb_users/theme/quietlee/style/images/icp.png" alt="<?php $this->options->beian() ?>">
<a href="http://beian.miit.gov.cn/"><?php $this->options->beian() ?></a><br>
<a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=" style="margin-left: 23px;"><?php $this->options->gongan() ?></a>
</div>
</footer>
<!-- footer end -->
</div>
<!-- content end -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- scroll container end -->
<div class="trm-hidden-switcher">
<div class="trm-mode-switcher"><i class="far fa-sun"></i>
<input class="tgl tgl-light" id="trm-swich" type="checkbox">
<label class="trm-swich" for="trm-swich"></label>
<i class="far fa-moon"></i>
</div>
</div>
<!-- app wrapper end -->
<!-- jquery js -->
<script src="<?php $this->options->themeUrl('/js/plugins/jquery.min.js'); ?>"></script><!-- swup js -->
<script src="<?php $this->options->themeUrl('/js/plugins/swup.min.js'); ?>"></script><!-- locomotive scroll js -->
<script src="<?php $this->options->themeUrl('/js/plugins/locomotive-scroll.js'); ?>"></script><!-- typing js -->
<script src="<?php $this->options->themeUrl('/js/plugins/typing.js'); ?>"></script><!-- fancybox js -->
<script src="<?php $this->options->themeUrl('/js/plugins/fancybox.min.js'); ?>"></script><!-- swiper js -->
<script src="<?php $this->options->themeUrl('/js/plugins/swiper.min.js'); ?>"></script><!-- 李初一 js -->
<script src="<?php $this->options->themeUrl('/js/main.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('/js/copy.js'); ?>"></script>
<script>
$(document)
.ready(function() {
$(".trm-card img")
.each(function() {
var _a = $("<a></a>")
.attr({
"href": this.src,
"data-fancybox": "gallery",
"no-pjax": "",
"data-type": "image",
"data-caption": this.alt
});
$(this)
.wrap(_a);
});
});
</script>
<?php $this->footer(); ?>
</body>
</html>