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.statistics.tpl.php
1 1
<?php
2 2
/**
3 3
 * @file
4
 *
5 4
 * Theme implementation: Template for each forum forum statistics section.
6 5
 *
7 6
 * Available variables:
......
34 33

  
35 34
  <div id="forum-statistics-statistics-body" class="forum-statistics-sub-body">
36 35
    <div id="forum-statistics-topics">
37
      <?php print t('Topics: !topics, Posts: !posts, Users: !users', array('!topics' => $topics, '!posts' => $posts, '!users' => $users)); ?>
36
      <?php print t('Topics: !topics, Posts: !posts, Users: !users', array(
37
          '!topics' => $topics,
38
          '!posts' => $posts,
39
          '!users' => $users,
40
        )
41
      ); ?>
38 42
    </div>
39 43
    <div id="forum-statistics-latest-users">
40 44
      <?php print t('Welcome to our latest members: !users', array('!users' => $latest_users)); ?>

Formats disponibles : Unified diff