Blame view

frontend/widgets/views/_parthnerList.php 325 Bytes
555c4968   alex   Изменил фото и на...
1
2
3
4
5
6
7
8
9
10
11
12
13
  <?php
  /**
   * @var $data frontend\widgets\ParthnersList
   */
  ?>
  
  <ul class="owl-carousel customers">
  	<?php foreach ($data as $parthner):?>
            <li class="item">
  	          <a href="<?=$parthner[0];?>"><img src="/img/<?=$parthner[1];?>" alt="" class="img-responsive"></a>
            </li>
  <?php endforeach;?>
          </ul>