COMMENT_CONTROLS_BELOW

Definition

files/drupal-6.7/modules/comment/comment.module

Description

Comment controls should be shown below the comment list.

Code

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