mirror of https://github.com/1099438829/apeblog
修正列表
This commit is contained in:
parent
30b2a7df02
commit
4e87001d0f
|
|
@ -133,7 +133,7 @@ class Zz extends TagLib{
|
|||
$parse .= '$__FUN__ ='."tpl_get_list(\"$orderby\",$pagesize,$typeid,\"$type\",\"$model\",\"$where\",$display);";
|
||||
$parse .= '$__LIST__ =$__FUN__["lists"];$pager = $__FUN__["model"]->render();';
|
||||
$parse .= ' ?>';
|
||||
$parse .= '{volist name="__LIST__" id="'.$void.'"}';
|
||||
$parse .= '{volist name="__LIST__" id="'.$void.'" key="i"}';
|
||||
$parse .= $content;
|
||||
$parse .= '{/volist}';
|
||||
return $parse;
|
||||
|
|
|
|||
|
|
@ -226,18 +226,18 @@
|
|||
</div>
|
||||
<div class="aside-box">
|
||||
<h2 class="widget-title">热门阅读</h2>
|
||||
{zz:arclist orderby="view desc"}
|
||||
{zz:arclist orderby="view desc" type="where"}
|
||||
<div class="hot-post-widget-item">
|
||||
<div>
|
||||
<span class="hot-post-widget-item-num">{$field['create_time']}</span>
|
||||
<span class="hot-post-widget-item-num">{$i}</span>
|
||||
<span class="hot-post-widget-item-title">
|
||||
<a href="corepress.html">{:cn_substr($field['title'],15)}...</a>
|
||||
<a href="{$field['url']}">{:cn_substr($field['title'],15)}</a>
|
||||
</span>
|
||||
</div>
|
||||
<div class="hot-post-widget-item-meta">
|
||||
<div>{$field['create_time']}</div>
|
||||
<div>
|
||||
<a href="category/php/wordpress.html">{:cn_substr($field['title'],15)}...</a>
|
||||
<a href="#">{:cn_substr($field['category_title'],5)}</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -488,6 +488,7 @@
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="frinds-links">
|
||||
<div class="list-plane-title">
|
||||
|
|
|
|||
Loading…
Reference in New Issue