/ Published in: PHP
Expand |
Embed | Plain Text
function comments_custom_place(&$node){ $comments = ''; $comments = comment_render($node, $node->cid); $node->comment = NULL; } return $comments; }
You need to login to post a comment.
function comments_custom_place(&$node){ $comments = ''; $comments = comment_render($node, $node->cid); $node->comment = NULL; } return $comments; }
You need to login to post a comment.