Commit 5b0d6c15ebe03b09a335593704d653d7aa9bd789
1 parent
6ddd6fee
Партнёры, последняя правка Оли( заведомо убраны партнеры, в которых прописное лого)
Showing
4 changed files
with
3 additions
and
3 deletions
 
Show diff stats
23.7 KB
18.9 KB
frontend/widgets/ParthnersList.php
| @@ -21,8 +21,8 @@ class ParthnersList extends Widget | @@ -21,8 +21,8 @@ class ParthnersList extends Widget | ||
| 21 | ['http://kiev-chamber.org.ua','customer-2.jpg'], | 21 | ['http://kiev-chamber.org.ua','customer-2.jpg'], | 
| 22 | ['www.traidenis.lt','customer-3.jpg'], | 22 | ['www.traidenis.lt','customer-3.jpg'], | 
| 23 | ['www.bod.lt','customer-4.png' ], | 23 | ['www.bod.lt','customer-4.png' ], | 
| 24 | - ['www.health.gov.ua','customer-5.jpeg'], | ||
| 25 | - ['http://www.medved.kiev.ua ','customer-6.jpeg'], | 24 | + #['www.health.gov.ua','customer-5.jpeg'], | 
| 25 | + #['http://www.medved.kiev.ua ','customer-6.jpeg'], | ||
| 26 | ['http://www.unhpa.com.ua ','customer-7.png'], | 26 | ['http://www.unhpa.com.ua ','customer-7.png'], | 
| 27 | ['https://ukrvodokanal.in.ua ','customer-8.png',], | 27 | ['https://ukrvodokanal.in.ua ','customer-8.png',], | 
| 28 | ['http://soyuz-corp.com.ua ','customer-9.jpg',], | 28 | ['http://soyuz-corp.com.ua ','customer-9.jpg',], | 
frontend/widgets/views/_parthnerList.php
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | */ | 4 | */ | 
| 5 | ?> | 5 | ?> | 
| 6 | 6 | ||
| 7 | -<ul class="owl-carousel customers"> | 7 | +<ul class="owl-carousel customers" > | 
| 8 | <?php foreach ($data as $parthner):?> | 8 | <?php foreach ($data as $parthner):?> | 
| 9 | <li class="item"> | 9 | <li class="item"> | 
| 10 | <a href="<?=$parthner[0];?>"><img src="/img/<?=$parthner[1];?>" alt="" class="img-responsive"></a> | 10 | <a href="<?=$parthner[0];?>"><img src="/img/<?=$parthner[1];?>" alt="" class="img-responsive"></a> | 
