imgurl/tpl/user/footer.php

23 lines
732 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/*
未经作者同意请勿去掉版权。若有疑问请联系QQ:337003006
*/
$year = date('Y',time());
?>
<div style = "clear:both;"></div>
<!-- 底部 -->
<div class = "footer">
<div class = "layui-container">
<div class = "layui-row">
<div class = "layui-col-lg12">
Copyright © 2017-<?php echo $year; ?> Powered by <a href="https://imgurl.org/" target = "_blank">ImgURL</a> | Author <a href="https://www.xiaoz.me/" target = "_blank">xiaoz.me</a>
</div>
</div>
</div>
</div>
<!-- 底部END -->
<script src="https://cdn.bootcss.com/jquery/2.2.4/jquery.min.js"></script>
<script src="./static/layui/layui.js"></script>
<script src="./static/embed.js?v=1.3"></script>
</body>
</html>