You are here

constant COMMENT_MODE_FLAT_COLLAPSED in Drupal 6

Same name and namespace in other branches
  1. 4 modules/comment.module \COMMENT_MODE_FLAT_COLLAPSED
  2. 5 modules/comment/comment.module \COMMENT_MODE_FLAT_COLLAPSED

Comments are displayed in a flat list - collapsed.

2 uses of COMMENT_MODE_FLAT_COLLAPSED
comment_new_page_count in modules/comment/comment.module
Calculate page number for first new comment.
comment_render in modules/comment/comment.module
Renders comment(s).

File

modules/comment/comment.module, line 25
Enables users to comment on published content.

Code

define('COMMENT_MODE_FLAT_COLLAPSED', 1);