| 1 |
<?php |
| 2 |
if ( ! defined( 'ABSPATH' ) ) { |
| 3 |
exit; // Exit if accessed directly. |
| 4 |
} |
| 5 |
?> |
| 6 |
|
| 7 |
<div class="big-circle ezd-rounded-circle ezd-position-relative ezd-d-flex ezd-align-items-center ezd-justify-content-center ms-lg-5 integration_style_two"> |
| 8 |
<?php |
| 9 |
if ( ! empty( $integration_item ) ) { |
| 10 |
foreach ( $integration_item as $item ) { |
| 11 |
if ( ! empty( $item['integration_image']['id'] ) ) { ?> |
| 12 |
<div class="brand-icon icon_01 ezd-rounded-circle ezd-d-flex ezd-align-items-center ezd-justify-content-center"> |
| 13 |
<?php spel_dynamic_image( $item['integration_image'], 'full', [ 'class' => 'lazy-img' ] ) ?> |
| 14 |
</div> |
| 15 |
<?php |
| 16 |
} |
| 17 |
} |
| 18 |
} |
| 19 |
?> |
| 20 |
</div> |