remove link on banner

This commit is contained in:
jack 2018-02-12 11:44:01 +08:00
parent b8e4f9937b
commit ea10fb3970
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
?>
<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>
<h2 class="btitle"><a href="<?php echo $v['url']; ?>"><?php echo $v['title']; ?></a></h2>
<h2 class="btitle"><a href="javascript:void(0);" data-rel="<?php echo $v['url']; ?>"><?php echo $v['title']; ?></a></h2>
<h4 class="bstitle"><?php echo $description; ?></h4>
</div>
<?php } ?>