...
|
...
|
@@ -21,7 +21,7 @@ else |
|
|
?>
|
|
|
<div class="layout-item tiled">
|
|
|
<div class="image-box">
|
|
|
<a href="<?php echo url('news/detail' ,array('id' => $news['id']))?>" title="<?php echo $news['title'];?>" target="_blank">
|
|
|
<a href="<?php echo url('news/detail' ,array('id' => $news['id']))?>" title="<?php echo $news['title'];?>">
|
|
|
<img src="<?php echo $thumb;?>" alt="" style="">
|
|
|
<?php if(trim($news['tag']) == '视频'):?>
|
|
|
<i class="play-icon"></i>
|
...
|
...
|
|