更新
This commit is contained in:
parent
ca365723e4
commit
a8a2f3e2ff
@ -309,7 +309,7 @@ function themeConfig($form)
|
|||||||
'author' => '作者栏',
|
'author' => '作者栏',
|
||||||
'timelife' => '计时栏',
|
'timelife' => '计时栏',
|
||||||
'weather' => '天气栏(需先在下方填写KEY值)',
|
'weather' => '天气栏(需先在下方填写KEY值)',
|
||||||
'hot' => '热门文章栏(首页时,热门文章和侧栏热门文章只会显示其中一个)',
|
'hot' => '热门文章栏',
|
||||||
'ranking' => '排行榜栏',
|
'ranking' => '排行榜栏',
|
||||||
'newreply' => '最新回复栏'
|
'newreply' => '最新回复栏'
|
||||||
),
|
),
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
<div class="joe_aside__item-contain"></div>
|
<div class="joe_aside__item-contain"></div>
|
||||||
</section>
|
</section>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if ($this->is('index') && $this->options->JIndex_Hot !== "on" || !$this->is('index') && in_array('hot', $this->options->JAside)) : ?>
|
<?php if (in_array('hot', $this->options->JAside)) : ?>
|
||||||
<section class="joe_aside__item hot">
|
<section class="joe_aside__item hot">
|
||||||
<div class="joe_aside__item-title">
|
<div class="joe_aside__item-title">
|
||||||
<svg class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="18" height="18">
|
<svg class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="18" height="18">
|
||||||
|
Loading…
Reference in New Issue
Block a user