tp6更新到最新版本
目录结构调整
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user