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.topic-list-view.tpl.php
1 1
<?php
2 2
/**
3
 * @file views-view-table.tpl.php
3
 * @file
4
 * views-view-table.tpl.php
4 5
 * Template to display a view as a table.
5 6
 *
6 7
 * - $title : The title of this group of rows.  May be empty.
......
48 49
            <td class="views-field views-field-<?php print $fields['topic_icon']; ?>">
49 50
              <?php print $row['topic_icon']; ?>
50 51
            </td>
51
            <td class="views-field views-field-<?php print $fields['title']; ?>" colspan="<?php print count($header)-1; ?>">
52
            <td class="views-field views-field-<?php print $fields['title']; ?>" colspan="<?php print count($header) - 1; ?>">
52 53
               <?php print $shadow[$count]; ?>
53 54
            </td>
54 55
          <?php endif; ?>
......
56 57
      <?php endforeach; ?>
57 58
    </tbody>
58 59
  </table>
59
</div>
60
</div>

Formats disponibles : Unified diff