Commit 8d60faf0a2fd739893688d42579e6f760c0c1211

Authored by Виталий
1 parent e522821d

Веталь

Showing 1 changed file with 5 additions and 2 deletions   Show diff stats
common/modules/product/widgets/views/products_block.php
... ... @@ -13,8 +13,11 @@
13 13 <div class="both"></div>
14 14 </div>
15 15 </div>
16   -<?php $js = '$(".owl-carousel").owlCarousel()
17   - var tst = 0;
  16 +<?php $js = '$(".owl-carousel").owlCarousel({
  17 +navigation:true,
  18 +navigationText: []
  19 +})
  20 +
18 21 ';
19 22 $this->registerJs($js, View::POS_READY);
20 23 ?>
... ...