Full ELMS Learning Network documentation
comment-wrapper.tpl.php
×
Error message
User warning: The following module is missing from the file system: theme/theme. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (line 1156 of /var/www/html/elmsln_community/api.elmsln.org/includes/bootstrap.inc).- cis7 sites/all/themes/ulmus/skeletontheme/templates/comment-wrapper.tpl.php
- cis7 sites/all/themes/ulmus/corolla/templates/comment-wrapper.tpl.php
- cis7 sites/all/themes/ulmus/aurora/templates/comment/comment-wrapper.tpl.php
- cis7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/comment-wrapper.tpl.php
- cis7 modules/comment/comment-wrapper.tpl.php
- cis7 themes/bartik/templates/comment-wrapper.tpl.php
- cis7 sites/all/themes/ulmus/fontfolio/templates/comment-wrapper.tpl.php
- cle7 sites/all/themes/local_contrib/bootstrap/templates/comment-wrapper.tpl.php
- cle7 themes/bartik/templates/comment-wrapper.tpl.php
- cle7 modules/comment/comment-wrapper.tpl.php
- cle7 sites/all/themes/ulmus/skeletontheme/templates/comment-wrapper.tpl.php
- cle7 sites/all/themes/ulmus/corolla/templates/comment-wrapper.tpl.php
- cle7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/comment-wrapper.tpl.php
- cle7 sites/all/themes/ulmus/aurora/templates/comment/comment-wrapper.tpl.php
- cle7 sites/all/themes/ulmus/fontfolio/templates/comment-wrapper.tpl.php
- ecd7 sites/all/themes/ulmus/fontfolio/templates/comment-wrapper.tpl.php
- ecd7 sites/all/themes/ulmus/corolla/templates/comment-wrapper.tpl.php
- ecd7 sites/all/themes/ulmus/skeletontheme/templates/comment-wrapper.tpl.php
- ecd7 themes/bartik/templates/comment-wrapper.tpl.php
- ecd7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/comment-wrapper.tpl.php
- ecd7 modules/comment/comment-wrapper.tpl.php
- ecd7 sites/all/themes/ulmus/aurora/templates/comment/comment-wrapper.tpl.php
- elmsmedia7 modules/comment/comment-wrapper.tpl.php
- elmsmedia7 themes/bartik/templates/comment-wrapper.tpl.php
- elmsmedia7 sites/all/themes/ulmus/skeletontheme/templates/comment-wrapper.tpl.php
- elmsmedia7 sites/all/themes/ulmus/corolla/templates/comment-wrapper.tpl.php
- elmsmedia7 sites/all/themes/ulmus/fontfolio/templates/comment-wrapper.tpl.php
- elmsmedia7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/comment-wrapper.tpl.php
- elmsmedia7 sites/all/themes/ulmus/aurora/templates/comment/comment-wrapper.tpl.php
- harmony7 sites/all/themes/ulmus/corolla/templates/comment-wrapper.tpl.php
- harmony7 sites/all/themes/ulmus/fontfolio/templates/comment-wrapper.tpl.php
- harmony7 sites/all/themes/ulmus/skeletontheme/templates/comment-wrapper.tpl.php
- harmony7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/comment-wrapper.tpl.php
- harmony7 themes/bartik/templates/comment-wrapper.tpl.php
- harmony7 modules/comment/comment-wrapper.tpl.php
- harmony7 sites/all/themes/ulmus/aurora/templates/comment/comment-wrapper.tpl.php
- icor7 sites/all/themes/ulmus/corolla/templates/comment-wrapper.tpl.php
- icor7 modules/comment/comment-wrapper.tpl.php
- icor7 sites/all/themes/ulmus/aurora/templates/comment/comment-wrapper.tpl.php
- icor7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/comment-wrapper.tpl.php
- icor7 sites/all/themes/ulmus/fontfolio/templates/comment-wrapper.tpl.php
- icor7 sites/all/themes/ulmus/skeletontheme/templates/comment-wrapper.tpl.php
- icor7 themes/bartik/templates/comment-wrapper.tpl.php
- meedjum_blog7 sites/all/themes/ulmus/skeletontheme/templates/comment-wrapper.tpl.php
- meedjum_blog7 sites/all/themes/ulmus/corolla/templates/comment-wrapper.tpl.php
- meedjum_blog7 sites/all/themes/ulmus/fontfolio/templates/comment-wrapper.tpl.php
- meedjum_blog7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/comment-wrapper.tpl.php
- meedjum_blog7 sites/all/themes/ulmus/aurora/templates/comment/comment-wrapper.tpl.php
- meedjum_blog7 themes/bartik/templates/comment-wrapper.tpl.php
- meedjum_blog7 modules/comment/comment-wrapper.tpl.php
- mooc7 themes/bartik/templates/comment-wrapper.tpl.php
- mooc7 sites/all/themes/ulmus/aurora/templates/comment/comment-wrapper.tpl.php
- mooc7 sites/all/themes/ulmus/adaptivetheme/at_core/templates/comment-wrapper.tpl.php
- mooc7 sites/all/themes/ulmus/fontfolio/templates/comment-wrapper.tpl.php
- mooc7 sites/all/themes/ulmus/corolla/templates/comment-wrapper.tpl.php
- mooc7 sites/all/themes/ulmus/skeletontheme/templates/comment-wrapper.tpl.php
- mooc7 modules/comment/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.
- $display_mode
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()
3 string references to the theme hook from comment-wrapper.tpl.php
Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.
- comment_node_page_additions in modules/
comment/ comment.module - Build the comment-related elements for node detail pages.
- comment_theme in modules/
comment/ comment.module - Implements hook_theme().
- rubik_theme in sites/
all/ themes/ ulmus/ rubik/ template.php - Implementation of hook_theme().
File
modules/comment/comment-wrapper.tpl.phpView source
- <?php
-
- /**
- * @file
- * 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.
- * - $display_mode
- * - COMMENT_MODE_FLAT
- * - COMMENT_MODE_THREADED
- *
- * Other variables:
- * - $classes_array: Array of html class attribute values. It is flattened
- * into a string within the variable $classes.
- *
- * @see template_preprocess_comment_wrapper()
- *
- * @ingroup themeable
- */
- ?>
- <div id="comments" class="<?php print $classes; ?>"<?php print $attributes; ?>>
- <?php if ($content['comments'] && $node->type != 'forum'): ?>
- <?php print render($title_prefix); ?>
- <h2 class="title"><?php print t('Comments'); ?></h2>
- <?php print render($title_suffix); ?>
- <?php endif; ?>
-
- <?php print render($content['comments']); ?>
-
- <?php if ($content['comment_form']): ?>
- <h2 class="title comment-form"><?php print t('Add new comment'); ?></h2>
- <?php print render($content['comment_form']); ?>
- <?php endif; ?>
- </div>
-