Skip to content

Commit

Permalink
修改底部日期
Browse files Browse the repository at this point in the history
  • Loading branch information
helloxz committed May 9, 2023
1 parent ca46009 commit 343b5c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/admin/footer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="layui-footer">
<!-- 底部固定区域 -->
© Copyright 2022.Powered by <a href="https://github.com/helloxz/onenav" rel = "nofollow" target="_blank">OneNav</a>.
© Copyright 2023.Powered by <a href="https://www.onenav.top/" rel = "nofollow" target="_blank">OneNav</a>.
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion templates/default/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
<!-- 未经作者授权,请勿去掉版权,否则可能影响作者更新代码的积极性或直接放弃维护此项目。 -->
<footer>
<?php if(empty( $site['custom_footer']) ){ ?>
© 2022 Powered by <a target = "_blank" href="https://github.com/helloxz/onenav" title = "简约导航/书签管理器" rel = "nofollow">OneNav</a>.The author is <a href="https://www.xiaoz.me/" target="_blank" title = "小z博客">xiaoz.me</a>
© 2023 Powered by <a target = "_blank" href="https://github.com/helloxz/onenav" title = "简约导航/书签管理器" rel = "nofollow">OneNav</a>.The author is <a href="https://www.xiaoz.me/" target="_blank" title = "小z博客">xiaoz.me</a>
<?php }else{
echo $site['custom_footer'];
} ?>
Expand Down

0 comments on commit 343b5c2

Please sign in to comment.