COMMENT_FORM_BELOW
Definition
modules/comment/comment.module
Description
Comment form should be shown below post or list of comments.
Code
<?php
define('COMMENT_FORM_BELOW', 1);
?> modules/comment/comment.module
Comment form should be shown below post or list of comments.
<?php
define('COMMENT_FORM_BELOW', 1);
?>