Projet

Général

Profil

Révision 1f623f01

Ajouté par Assos Assos il y a plus de 7 ans

Weekly update of contrib modules

Voir les différences:

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; ?>

Formats disponibles : Unified diff