update index slider

This commit is contained in:
jack 2018-02-12 00:18:49 +08:00
parent 590d0162e7
commit 7488ea8ecf
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
} }
?> ?>
<div class="swiper-slide" style="background:url('<?php echo $v['image']; ?>') no-repeat center;background-size:cover"> <div class="swiper-slide" style="background:url('<?php echo $v['image']; ?>') no-repeat center;background-size:cover">
<span class="cdate">[<?php echo date("Y-m-d",strtotime($v['ts_published'])) ?>]</span> <span class="cdate"><!-- [<?php echo date("Y-m-d",strtotime($v['ts_published'])) ?>] --></span>
<h2 class="btitle"><a href="<?php echo $v['url']; ?>"><?php echo $v['title']; ?></a></h2> <h2 class="btitle"><a href="<?php echo $v['url']; ?>"><?php echo $v['title']; ?></a></h2>
<h4 class="bstitle"><?php echo $description; ?></h4> <h4 class="bstitle"><?php echo $description; ?></h4>
</div> </div>