You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
757 B
21 lines
757 B
{if $layer == false}
|
|
<!-- /.content-wrapper -->
|
|
<footer class="main-footer">
|
|
<strong>Copyright © 2019-{:date("Y")} <a href="http://www.yaoyz.com/" target="_blank">www.yaoyz.com</a>.</strong>
|
|
All rights reserved.
|
|
<div class="float-right d-none d-sm-inline-block">
|
|
<b>Version</b> {:config('app.siyu_version')}
|
|
</div>
|
|
</footer>
|
|
{/if}
|
|
<!-- Control Sidebar -->
|
|
<aside class="control-sidebar control-sidebar-dark">
|
|
<!-- Control sidebar content goes here -->
|
|
</aside>
|
|
<!-- /.control-sidebar -->
|
|
</div>
|
|
<!-- ./wrapper -->
|
|
<button id="totop" title="返回顶部" style="display: none;"><i class="fa fa-chevron-up"></i></button>
|
|
{include file="public/foot_css_js" /}
|
|
</body>
|
|
</html>
|