tp6更新到最新版本

目录结构调整
This commit is contained in:
2019-09-12 23:57:10 +08:00
parent db04a9c4e5
commit 0b0d659c5e
31 changed files with 656 additions and 635 deletions

View File

@@ -19,6 +19,7 @@ folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="__css__/themes.css">
<!-- jQuery 3 -->
<script src="__static__/plugins/jquery/dist/jquery.min.js"></script>
<script src="__static__/plugins/blockUI/jquery.blockUI.js"></script>
<!-- Bootstrap 3.3.7 -->
<script src="__static__/plugins/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Slimscroll -->
@@ -56,10 +57,10 @@ folder instead of downloading all of them to reduce the load. -->
</div>
<!-- AdminLTE App -->
<script src="__static__/common/js/core.js?v={$sent_version}"></script>
<script src="__js__/sentcms.js?v={$sent_version}"></script>
<script src="__static__/common/js/core.js?v={:time()}{$sent_version}"></script>
<script src="__js__/sentcms.js?v={:time()}{$sent_version}"></script>
<!-- AdminLTE for demo purposes -->
<script src="__js__/app.js?v={$sent_version}"></script>
<script src="__js__/app.js?v={:time()}{$sent_version}"></script>
{block name="script"}{/block}
</body>
</html>