Commit 5b0d6c15ebe03b09a335593704d653d7aa9bd789

Authored by alex
1 parent 6ddd6fee

Партнёры, последняя правка Оли( заведомо убраны партнеры, в которых прописное лого)

frontend/web/img/customer-1_old.png 0 → 100755

23.7 KB

frontend/web/img/customer-4_old.png 0 → 100755

18.9 KB

frontend/widgets/ParthnersList.php
... ... @@ -21,8 +21,8 @@ class ParthnersList extends Widget
21 21 ['http://kiev-chamber.org.ua','customer-2.jpg'],
22 22 ['www.traidenis.lt','customer-3.jpg'],
23 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 26 ['http://www.unhpa.com.ua ','customer-7.png'],
27 27 ['https://ukrvodokanal.in.ua ','customer-8.png',],
28 28 ['http://soyuz-corp.com.ua ','customer-9.jpg',],
... ...
frontend/widgets/views/_parthnerList.php
... ... @@ -4,7 +4,7 @@
4 4 */
5 5 ?>
6 6  
7   -<ul class="owl-carousel customers">
  7 +<ul class="owl-carousel customers" >
8 8 <?php foreach ($data as $parthner):?>
9 9 <li class="item">
10 10 <a href="<?=$parthner[0];?>"><img src="/img/<?=$parthner[1];?>" alt="" class="img-responsive"></a>
... ...