comment-wrapper.tpl.php

Default theme implementation to provide an HTML container for comments.

Available variables:

  • $content: The array of content-related elements for the node. Use render($content) to print them all, or print a subset such as render($content['comment_form']).
  • $classes: String of classes that can be used to style contextually through CSS. It can be manipulated through the variable $classes_array from preprocess functions. The default value has the following:
    • comment-wrapper: The current template type, i.e., "theming hook".
  • $title_prefix (array): An array containing additional output populated by modules, intended to be displayed in front of the main title tag that appears in the template.
  • $title_suffix (array): An array containing additional output populated by modules, intended to be displayed after the main title tag that appears in the template.

The following variables are provided for contextual information.

  • $node: Node object the comments are attached to.

The constants below the variables show the possible values and should be used for comparison.

Other variables:

  • $classes_array: Array of html class attribute values. It is flattened into a string within the variable $classes.

See also

template_preprocess_comment_wrapper()

File

modules/comment/comment-wrapper.tpl.php

Related topics

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!comment!comment-wrapper.tpl.php/7.x