COMMENT_MODE_FLAT_EXPANDED
Definition
modules/comment/comment.module
Description
Comments are displayed in a flat list - expanded.
Code
<?php
define('COMMENT_MODE_FLAT_EXPANDED', 2);
?> modules/comment/comment.module
Comments are displayed in a flat list - expanded.
<?php
define('COMMENT_MODE_FLAT_EXPANDED', 2);
?>