1、tp内核更新

2、时间格式bug更新
This commit is contained in:
2017-01-26 23:45:27 +08:00
parent 109cf819be
commit bcad70a714
35 changed files with 1233 additions and 654 deletions

View File

@@ -24,8 +24,8 @@
<li>
<a href="{:url('index/content/detail?model_id='.$item['model_id'],array('id'=>$item['id']))}">
<div class="time">
<span class="day">{$item['create_time']|date='d',###}</span>
<span class="moth">{$item['create_time']|date='m',###}</span>
<span class="day">{$item['create_time']|date='Y-m-d H:i:s',###}</span>
<span class="moth">{$item['create_time']|date='Y-m-d H:i:s',###}</span>
</div>
<div class="info">
<div class="tit">{$item['title']|msubstr=###,0,80}</div>