mirror of https://github.com/vtrois/kratos
feat: update authorization year
parent
0632786cee
commit
ae0276496c
|
@ -3,7 +3,7 @@
|
||||||
* 主题页脚
|
* 主题页脚
|
||||||
* @author Seaton Jiang <seaton@vtrois.com>
|
* @author Seaton Jiang <seaton@vtrois.com>
|
||||||
* @license MIT License
|
* @license MIT License
|
||||||
* @version 2020.09.27
|
* @version 2020.12.14
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
<div class="k-footer">
|
<div class="k-footer">
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
</p>
|
</p>
|
||||||
<?php
|
<?php
|
||||||
$sitename = get_bloginfo('name');
|
$sitename = get_bloginfo('name');
|
||||||
echo '<p>' . kratos_option('s_copyright', 'COPYRIGHT © 2020 ' . $sitename . '. ALL RIGHTS RESERVED.') . '</p>';
|
echo '<p>' . kratos_option('s_copyright', 'COPYRIGHT © 2021 ' . $sitename . '. ALL RIGHTS RESERVED.') . '</p>';
|
||||||
echo '<p>THEME <a href="https://github.com/vtrois/kratos" target="_blank" rel="nofollow">KRATOS</a> MADE BY <a href="https://www.vtrois.com/" target="_blank" rel="nofollow">VTROIS</a></p>';
|
echo '<p>THEME <a href="https://github.com/vtrois/kratos" target="_blank" rel="nofollow">KRATOS</a> MADE BY <a href="https://www.vtrois.com/" target="_blank" rel="nofollow">VTROIS</a></p>';
|
||||||
if (kratos_option('s_icp')) {
|
if (kratos_option('s_icp')) {
|
||||||
echo '<p><a href="https://beian.miit.gov.cn/" target="_blank" rel="nofollow">' . kratos_option('s_icp') . '</a></p>';
|
echo '<p><a href="https://beian.miit.gov.cn/" target="_blank" rel="nofollow">' . kratos_option('s_icp') . '</a></p>';
|
||||||
|
|
Loading…
Reference in New Issue