This commit is contained in:
杜恒
2021-01-21 18:41:21 +08:00
parent 956c528b48
commit 2a01752312
9 changed files with 304 additions and 37 deletions

View File

@@ -51,7 +51,7 @@
<span class="text">热门文章</span>
<span class="line"></span>
</div>
<?php $this->widget('Widget_Contents_Hot', 'pageSize=' . $this->options->JAside_Hot_Num)->to($item); ?>
<?php $this->widget('Widget_Contents_Hot@Aside', 'pageSize=' . $this->options->JAside_Hot_Num)->to($item); ?>
<ol class="joe_aside__item-contain">
<?php if ($item->have()) : ?>
<?php $index = 1; ?>