|
|
|
@ -891,7 +891,7 @@ |
|
|
|
<img src="{$news[0]['thumbnail_url'] ?? ''}" alt="" /> |
|
|
|
</a> |
|
|
|
<h3 class="section-5__featured-title">{$news[0]['title'] ?? ''}</h3> |
|
|
|
<time class="section-5__date" datetime="{$news[0]['publish_time'] ?? ''}">{$news[0]['publish_time'] ?? ''}</time> |
|
|
|
<time class="section-5__date" datetime="{$news[0]['publish_time'] ?? ''}">{:date('Y-m-d',strtotime($news[0]['publish_time'])) ?? ''}</time> |
|
|
|
</article> |
|
|
|
{/if} |
|
|
|
<div class="section-5__line" aria-hidden="true"></div> |
|
|
|
@ -901,7 +901,7 @@ |
|
|
|
<a class="section-5__item" href="{:hcUrl('detail/index',['id'=>$news[1]['id'],'cid'=>$news[1]['category_id']])}"> |
|
|
|
<div class="section-5__item-body"> |
|
|
|
<h3 class="section-5__item-title">{$news[1]['title'] ?? ''}</h3> |
|
|
|
<time class="section-5__date" datetime="{$news[1]['publish_time'] ?? ''}">{$news[1]['publish_time'] ?? ''}</time> |
|
|
|
<time class="section-5__date" datetime="{$news[1]['publish_time'] ?? ''}">{:date('Y-m-d',strtotime($news[1]['publish_time'])) ?? ''}</time> |
|
|
|
</div> |
|
|
|
<span class="section-5__item-media"> |
|
|
|
<img src="{$news[1]['thumbnail_url'] ?? ''}" alt="" /> |
|
|
|
@ -914,7 +914,7 @@ |
|
|
|
<a class="section-5__item" href="{:hcUrl('detail/index',['id'=>$news[2]['id'],'cid'=>$news[2]['category_id']])}"> |
|
|
|
<div class="section-5__item-body"> |
|
|
|
<h3 class="section-5__item-title">{$news[2]['title'] ?? ''}</h3> |
|
|
|
<time class="section-5__date" datetime="{$news[2]['publish_time'] ?? ''}">{$news[2]['publish_time'] ?? ''}</time> |
|
|
|
<time class="section-5__date" datetime="{$news[2]['publish_time'] ?? ''}">{:date('Y-m-d',strtotime($news[2]['publish_time'])) ?? ''}</time> |
|
|
|
</div> |
|
|
|
<span class="section-5__item-media"> |
|
|
|
<img src="{$news[2]['thumbnail_url'] ?? ''}" alt="" /> |
|
|
|
@ -927,7 +927,7 @@ |
|
|
|
<a class="section-5__item" href="{:hcUrl('detail/index',['id'=>$news[3]['id'],'cid'=>$news[3]['category_id']])}"> |
|
|
|
<div class="section-5__item-body"> |
|
|
|
<h3 class="section-5__item-title">{$news[3]['title'] ?? ''}</h3> |
|
|
|
<time class="section-5__date" datetime="{$news[3]['publish_time'] ?? ''}">{:date('y-m-d',strtotime($news[3]['publish_time'])) ?? ''}</time> |
|
|
|
<time class="section-5__date" datetime="{$news[3]['publish_time'] ?? ''}">{:date('Y-m-d',strtotime($news[3]['publish_time'])) ?? ''}</time> |
|
|
|
</div> |
|
|
|
<span class="section-5__item-media"> |
|
|
|
<img src="{$news[3]['thumbnail_url'] ?? ''}" alt="" /> |
|
|
|
|