COMMENT_MODE_FLAT_COLLAPSED

Definition

nodecomment/nodecomment.module

Description

Constants to define the viewing modes for comment listings

Code

<?php
define('COMMENT_MODE_FLAT_COLLAPSED', 1);
?>