phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
tplCarouselItem.php
Go to the documentation of this file.
1 <?php
2 return '
3  <div %properties%>
4  <img src="%imageSrc%" data-src="%imageSrc%" alt="%imageAlt%">
5  <div class="carousel-caption">
6  %caption%
7  </div>
8  </div>';