We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2fa7d commit 7a7b802Copy full SHA for 7a7b802
1 file changed
app/Views/layouts/_footer.php
@@ -57,7 +57,7 @@
57
<div class="clr"></div>
58
59
<div id="footer-copyrights">
60
- <p>© <?= date('Y') ?> CodeIgniter 基金会。CodeIgniter 是基于 MIT 开源许可协议发布的开源项目。</p>
+ <p>© <?= date('Y') ?> CodeIgniter 基金会。CodeIgniter 是基于 MIT 开源许可协议发布的开源项目。<a href="https://beian.miit.gov.cn" target="_blank" style="color:#dfdfdf">京ICP备15004218-1号</a></p>
61
62
<img id="scroll-to-top" src="/assets/icons/ci-footer.png" alt="codeigniter logotype"/>
63
0 commit comments