Showing
1 changed file
with
1 additions
and
1 deletions
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | <?php foreach($this->view->banners as $banner):?> | 7 | <?php foreach($this->view->banners as $banner):?> |
8 | <div class="box"> | 8 | <div class="box"> |
9 | <a href="<?php echo $banner['url'];?>" target="_blank" title="<?php echo $banner['text'];?>"> | 9 | <a href="<?php echo $banner['url'];?>" target="_blank" title="<?php echo $banner['text'];?>"> |
10 | - <img src="<?php echo Lib_Images::getImageUrl($banner['res'],'1180x0474','fragmentimg');?>" alt=""/> | 10 | + <img src="<?php echo Lib_Images::getImageUrl($banner['res'],'1180x0580','fragmentimg');?>" alt=""/> |
11 | </a> | 11 | </a> |
12 | </div> | 12 | </div> |
13 | <?php endforeach;?> | 13 | <?php endforeach;?> |
-
Please register or login to post a comment