| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/modip/modules/comment/ |
Upload File : |
<?php // $Id: comment-wrapper.tpl.php,v 1.2 2007/08/07 08:39:35 goba Exp $ /** * @file comment-wrapper.tpl.php * Default theme implementation to wrap comments. * * Available variables: * - $content: All comments for a given page. Also contains sorting controls * and comment forms if the site is configured for it. * * 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_COLLAPSED * - COMMENT_MODE_FLAT_EXPANDED * - COMMENT_MODE_THREADED_COLLAPSED * - COMMENT_MODE_THREADED_EXPANDED * - $display_order * - COMMENT_ORDER_NEWEST_FIRST * - COMMENT_ORDER_OLDEST_FIRST * - $comment_controls_state * - COMMENT_CONTROLS_ABOVE * - COMMENT_CONTROLS_BELOW * - COMMENT_CONTROLS_ABOVE_BELOW * - COMMENT_CONTROLS_HIDDEN * * @see template_preprocess_comment_wrapper() * @see theme_comment_wrapper() */ ?> <div id="comments"> <?php print $content; ?> </div>