Commit 3f852fc2 authored by 刘小敏's avatar 刘小敏

备案号纠正

parent 96e928d0
......@@ -42,7 +42,7 @@
<footer class="main-footer hide">
<div class="pull-right hidden-xs">
</div>
<strong>Copyright &copy; 2017-{:date("Y")} <a href="__PUBLIC__">{$site.name|htmlentities}</a>.</strong> All rights reserved.
<p>Copyright @ {$site.name|htmlentities} {:date('Y',time())} 版权所有 <a href="https://beian.miit.gov.cn" target="_blank">{$site.beian|htmlentities}</a></p>
</footer>
<!-- 右侧控制栏 -->
......
......@@ -143,7 +143,7 @@
</div>
{include file="common/script" /}
<div style="text-align:center;color:#999;margin-top:20px;font-size:12px;">
Copyright @ 静文化饰品 2026 版权所有 <a href="https://beian.miit.gov.cn/" target="_blank">苏ICP备2026029248号-1</a>
<p>Copyright @ {$site.name|htmlentities} {:date('Y',time())} 版权所有 <a href="https://beian.miit.gov.cn" target="_blank">{$site.beian|htmlentities}</a></p>
</div>
</body>
</html>
......@@ -2,7 +2,7 @@
return array (
'name' => '静文化饰品',
'beian' => '苏ICP备2026029248号-1X',
'beian' => '苏ICP备2026029248号-2',
'cdnurl' => '',
'version' => '1.0.3',
'timezone' => 'Asia/Shanghai',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment