options['text']) ? $this->options['text'] : t('reply'); $nid = $this->get_value($values, 'nid'); $cid = $this->get_value($values, 'cid'); $this->options['alter']['make_link'] = TRUE; $this->options['alter']['path'] = "comment/reply/" . $nid . '/' . $cid; return $text; } }