...
|
...
|
@@ -55,7 +55,7 @@ |
|
|
<ul>
|
|
|
<?php foreach($this->view->news as $news):?>
|
|
|
<li>
|
|
|
<a class="clearfix" href="/news/detail/id/<?php echo $news['id'];?>">
|
|
|
<a class="clearfix" href="/news/detail/id/<?php echo $news['id'];?>" target="_blank">
|
|
|
<div class="image-box">
|
|
|
<img src="<?php echo Lib_Images::getImageUrl($news['thumb'], 'source','fragmentimg');?>" alt="">
|
|
|
</div>
|
...
|
...
|
|