Projet

Général

Profil

Paste
Télécharger (672 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / advanced_forum / styles / naked / advanced-forum.naked.post-repeated.tpl.php @ c169e7c4

1
<?php
2

    
3
/**
4
 * @file
5
 * Used for the repeated node on the top of each page of a paginated forum
6
 * thread. By default, it contains only the "header" information for the thread
7
 * and the rest is empty.
8
 *
9
 * If you leave it empty, subsequent pages will start with the next comment
10
 * like you typically find in forum software. You could also put a specially
11
 * formatted teaser to remind people what post they are reading. If you like
12
 * having the entire node repeated, simply copy the entire contents of
13
 * advanced_forum-post.tpl.php into this file. All the same variables are available.
14
 */
15
?>
16

    
17
<?php print $topic_header ?>
18
<?php print render($content['comments']); ?>