This commit is contained in:
haoouba
2021-02-15 13:26:39 +08:00
parent fc2694300e
commit a584edd880
9 changed files with 80 additions and 7 deletions

View File

@@ -1,9 +1,14 @@
<footer class="joe_footer">
<div class="joe_container">
<div>
<div class="item">
<?php $this->options->JFooter_Left() ?>
</div>
<div>
<?php if ($this->options->JBirthDay) : ?>
<div class="item run">
<span>已运行 <strong class="joe_run__day">00</strong> 天 <strong class="joe_run__hour">00</strong> 时 <strong class="joe_run__minute">00</strong> 分 <strong class="joe_run__second">00</strong> 秒</span>
</div>
<?php endif; ?>
<div class="item">
<?php $this->options->JFooter_Right() ?>
</div>
</div>
@@ -32,4 +37,4 @@
<?php $this->options->JCustomScript() ?>
</script>
<?php $this->footer(); ?>
<?php $this->footer(); ?>