Revision 1f623f01
Added by Assos Assos almost 8 years ago
drupal7/sites/all/themes/bootstrap/templates/bootstrap/bootstrap-carousel.tpl.php | ||
---|---|---|
23 | 23 |
<?php if ($item['title'] || $item['description']): ?> |
24 | 24 |
<div class="carousel-caption"> |
25 | 25 |
<?php if ($item['title']): ?> |
26 |
<h3><?php print render($item['title']); ?></h3>
|
|
26 |
<h3><?php print $item['title']; ?></h3>
|
|
27 | 27 |
<?php endif; ?> |
28 | 28 |
<?php if ($item['description']): ?> |
29 |
<p><?php print render($item['description']); ?></p>
|
|
29 |
<p><?php print $item['description']; ?></p>
|
|
30 | 30 |
<?php endif; ?> |
31 | 31 |
</div> |
32 | 32 |
<?php endif; ?> |
Also available in: Unified diff
Weekly update of contrib modules