Blame view

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