...
|
...
|
@@ -2,7 +2,7 @@ |
|
|
<h2>About <?php echo $this->view->info['name'];?></h2>
|
|
|
<div class="brand-info clearfix">
|
|
|
<div class="pic">
|
|
|
<img src="<?php echo Lib_Images::getImageUrl($this->view->info['logo'], '0147x0097','fragmentimg');?>" alt="">
|
|
|
<img src="<?php echo Lib_Images::getImageUrl($this->view->info['logo'], 'source','fragmentimg');?>" alt="">
|
|
|
</div>
|
|
|
<div class="text">
|
|
|
<p>
|
...
|
...
|
|