fix
This commit is contained in:
parent
4e3310f10b
commit
96bf027135
2
f.php
2
f.php
|
@ -1,7 +1,7 @@
|
|||
<div class="col-span-2 onload-animation grid-rows-3 mt-4" id=footer>
|
||||
<div class="flex items-center card-base max-w-[var(--page-width)] mx-auto min-h-[4.5rem] px-6 rounded-b-none">
|
||||
<div class="transition text-sm text-50">
|
||||
© 2024 <?php $this->options->title(); ?>. All Rights Reserved.
|
||||
© <?php echo date('Y'); ?> <?php $this->options->title(); ?>. All Rights Reserved.
|
||||
<?php //添加加载时间控制
|
||||
if ($this->options->showtime): ?>
|
||||
页面加载耗时<?php echo timer_stop();?>
|
||||
|
|
Loading…
Reference in New Issue