Showing
1 changed file
with
1 additions
and
1 deletions
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | <h2>About <?php echo $this->view->info['name'];?></h2> | 2 | <h2>About <?php echo $this->view->info['name'];?></h2> |
3 | <div class="brand-info clearfix"> | 3 | <div class="brand-info clearfix"> |
4 | <div class="pic"> | 4 | <div class="pic"> |
5 | - <img src="<?php echo Lib_Images::getImageUrl($this->view->info['logo'], '0147x0097','fragmentimg');?>" alt=""> | 5 | + <img src="<?php echo Lib_Images::getImageUrl($this->view->info['logo'], 'source','fragmentimg');?>" alt=""> |
6 | </div> | 6 | </div> |
7 | <div class="text"> | 7 | <div class="text"> |
8 | <p> | 8 | <p> |
-
Please register or login to post a comment