diff --git a/view/index/index/index.html b/view/index/index/index.html index d885123..89b6519 100644 --- a/view/index/index/index.html +++ b/view/index/index/index.html @@ -51,15 +51,15 @@ {$top.create_time|date='Y-m-d'} - + 已结{/if} {$top.comments_count}
{if ($top.is_top == 1)} 置顶 {/if} - {//if ($top.is_hot == 1) 精帖 {/if} + {if ($top.is_hot == 1) 精帖 {/if}
{/volist} @@ -92,13 +92,14 @@ {$art.create_time|date='Y-m-d'} {$art.pv} - + {if ($art.jie == 1)}已结{/if} {$art.comments_count}
+ {if ($art.is_top == 1)} 置顶 {/if} {if ($art.is_hot == 1)} 精帖 {/if}
@@ -139,25 +140,6 @@ {include file="public/sign" /} -
钻级赞助商 我要加入 @@ -166,7 +148,6 @@ {volist name="ad_index" id="vo"} {$vo.slid_name} {/volist} -
@@ -354,18 +335,4 @@ }).use('fly'); var replyurl = "{:url('index/index/reply')}"; - {/block} \ No newline at end of file