Projet

Général

Profil

Révision 13c3c9b4

Ajouté par Assos Assos il y a environ 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/advanced_forum/styles/naked/advanced-forum.naked.search-result.tpl.php
15 15
 *   - $field->separator: an optional separator that may appear before a field.
16 16
 * - $row: The raw result object from the query, with all data it fetched.
17 17
 */
18
 
19 18
?>
20 19

  
21 20
<div class="forum-search-result">
......
31 30
        </label>
32 31
      <?php endif; ?>
33 32
        <?php
34
        // $field->element_type is either SPAN or DIV depending upon whether or not
35
        // the field is a 'block' element type or 'inline' element type.
33
        /* $field->element_type is either SPAN or DIV depending upon whether or not
34
        the field is a 'block' element type or 'inline' element type. */
36 35
        ?>
37 36
        <<?php print $field->element_type; ?> class="field-content"><?php print $field->content; ?></<?php print $field->element_type; ?>>
38 37
    </<?php print $field->inline_html;?>>
39 38
  <?php endforeach; ?>
40
</div>
39
</div>

Formats disponibles : Unified diff