update index slider
This commit is contained in:
parent
590d0162e7
commit
7488ea8ecf
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue