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

备案号纠正

parent 96e928d0
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<footer class="main-footer hide"> <footer class="main-footer hide">
<div class="pull-right hidden-xs"> <div class="pull-right hidden-xs">
</div> </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> </footer>
<!-- 右侧控制栏 --> <!-- 右侧控制栏 -->
......
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
</div> </div>
{include file="common/script" /} {include file="common/script" /}
<div style="text-align:center;color:#999;margin-top:20px;font-size:12px;"> <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> </div>
</body> </body>
</html> </html>
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
return array ( return array (
'name' => '静文化饰品', 'name' => '静文化饰品',
'beian' => '苏ICP备2026029248号-1X', 'beian' => '苏ICP备2026029248号-2',
'cdnurl' => '', 'cdnurl' => '',
'version' => '1.0.3', 'version' => '1.0.3',
'timezone' => 'Asia/Shanghai', '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