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.post-preview.tpl.php
2 2

  
3 3
/**
4 4
 * @file
5
 *
6 5
 * Theme implementation: Template the preview version of a post.
7 6
 *
8 7
 * All variables available in node.tpl.php and comment.tpl.php for your theme
......
17 16
 * - $account: User object of the post author.
18 17
 * - $name: User name of post author.
19 18
 * - $author_pane: Entire contents of advanced_forum-author-pane.tpl.php.
20

  
21 19
 */
22 20
?>
23 21

  
......
61 59

  
62 60
      <div class="forum-post-content">
63 61
        <?php
62
          // @codingStandardsIgnoreStart
64 63
          // We hide the comments and links now so that we can render them later.
65 64
          hide($content['taxonomy_forums']);
66 65
          hide($content['comments']);
......
68 67
            hide($content['body']);
69 68
          hide($content['links']);
70 69
          print render($content);
70
          // @codingStandardsIgnoreEnd
71 71
        ?>
72 72
      </div>
73 73

  
......
80 80
  </div>
81 81

  
82 82
	<div class="forum-post-footer clear-block">
83
    <?php // Purposely empty on preview just to keep the structure intact. ?>
83
    <?php /* Purposely empty on preview just to keep the structure intact. */ ?>
84 84
  </div>
85

  
86 85
</div>

Formats disponibles : Unified diff