Authored by whb

修改

... ... @@ -28,7 +28,7 @@
<h2><?php echo $download['title']?></h2>
<div>
<span><?php echo $download['source']?></span>
<span class="media-date"><?php echo date('F.j.Y', $download['create_time'])?></span>
<span class="media-date"><?php echo date('F j.Y', $download['create_time'])?></span>
</div>
<a class="down-btn" href="<?php echo Lib_Images::getImageUrl($download['file'], 'source','fragmentimg');?>">下载</a>
</li>
... ...