You are here

views-bootstrap-carousel-plugin-rows.tpl.php in Views Bootstrap 7

File

templates/carousel/views-bootstrap-carousel-plugin-rows.tpl.php
View source
<?php

print $image;
?>

<div class="carousel-caption">
  <?php

if ($title) {
  ?>
    <h4><?php

  print $title;
  ?></h4>
  <?php

}
?>

  <?php

if ($description) {
  ?>
    <p><?php

  print $description;
  ?></p>
  <?php

}
?>
</div>