/**
  * Display a form to reply directly to another comment
  *
  * @access	private
  */
 private function display_reply()
 {
     Html::reply(VGet::comment_id(), VGet::comment_name(), VGet::id(), VGet::type());
 }