Initial project files: BESCMS full source
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer id="ep_app_footer" class="ep-footer">
|
||||
<div class="ep-footer-inner">
|
||||
<div>
|
||||
<span>{date('Y')} ©</span>
|
||||
<span data-action="site_param" class="tpl-edit-show">{SITE_NAME}</span>
|
||||
{if SITE_ICP}
|
||||
<span data-action="site_param" class="tpl-edit-show"> · <a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener">{SITE_ICP}</a></span>
|
||||
{/if}
|
||||
</div>
|
||||
<ul data-action="share_category" class="tpl-edit-show ep-footer-links">
|
||||
{category module=share pid=0}
|
||||
<li><a href="{$t.url}" target="_blank" rel="noopener">{$t.name}</a></li>
|
||||
{/category}
|
||||
</ul>
|
||||
</div>
|
||||
{SITE_TONGJI}
|
||||
</footer>
|
||||
|
||||
<button type="button" id="ep_scrolltop" class="ep-scrolltop" aria-label="返回顶部">
|
||||
<i class="fa fa-arrow-up"></i>
|
||||
</button>
|
||||
|
||||
<script>var hostUrl = "{HOME_THEME_PATH}pc/";</script>
|
||||
<script src="{HOME_THEME_PATH}pc/plugins/global/plugins.bundle.js"></script>
|
||||
<script src="{HOME_THEME_PATH}pc/js/scripts.bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user