File manager - Edit - /home/verseaumee/www/plugins/system/bluetheme/assets/st_template/slider.php
Back
<?php defined('_JEXEC') or die; ?> <!-- thumb-carousel : starts --> <?php $random = rand(); $items = count($ig_new_array); $d = 3; ?> <div class="box-section client-section triggerAnimation animated" data-animate="rollIn"> <h2><?php echo $title; ?></h2> <div id="carousel-example-generic2" class="carousel slide" data-ride="carousel"> <!-- Wrapper for slides --> <div class="carousel-inner"> <?php $i = 0; foreach($ig_new_array as $key=>$item): $i++; $btactive = ""; if ($key == 0) $btactive = 'active'; if ($i == 1){ echo '<div class="item '.$btactive.'"> <ul class="clients">'; } ?> <li><a href="#"><img src="<?php echo trim($item['content']); ?>" alt=""></a></li> <?php if ($key == (count($ig_new_array)-1)){ echo '</ul></div>';break; } if ($i == $d){echo '</ul></div>';;$i =0;} ?> <?php endforeach; ?> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic2" data-slide="prev"></a> <a class="right carousel-control" href="#carousel-example-generic2" data-slide="next"></a> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings