phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
tplCarousel.php
Go to the documentation of this file.
1 <?php
2 return '
3 <div id="%identifier%" class="carousel slide">
4  <!-- Indicators -->
5  <ol class="carousel-indicators">
6  %indicators%
7  </ol>
8 
9  <!-- Wrapper for slides -->
10  <div class="carousel-inner" role="listbox">
11  %slides%
12  </div>
13 
14  <!-- Controls -->
15  %leftControl%
16  %rightControl%
17 </div>';