| 1 |
<?php |
| 2 |
|
| 3 |
if ( ! defined( 'ABSPATH' ) ) { |
| 4 |
// Exit if accessed directly. |
| 5 |
exit; |
| 6 |
} |
| 7 |
|
| 8 |
if ( 'no' !== $sliderNavigation ) { |
| 9 |
?> |
| 10 |
<div class="swiper-button-prev"><?php qi_blocks_template_part( 'slider', 'templates/parts/arrow-left', '', $params ); ?></div> |
| 11 |
<div class="swiper-button-next"><?php qi_blocks_template_part( 'slider', 'templates/parts/arrow-right', '', $params ); ?></div> |
| 12 |
<?php } ?> |
| 13 |
|