$CID next to comment
jskahan - January 24, 2007 - 19:01
Hi I just want to echo the $cid next to each comment. I'm running drupal 5. Any help would be appreciated. Thanks.
Hi I just want to echo the $cid next to each comment. I'm running drupal 5. Any help would be appreciated. Thanks.
$comment->cid
jskahan,
If I understand your question correctly, it sounds like you would need to put
<?phpprint $comment->cid;
?>
Hope this is useful!