options['alter']['make_link'] = TRUE; $this->options['alter']['path'] = "node/$node->nid/webform-results"; $text = !empty($this->options['text']) ? $this->options['text'] : t('results'); return $text; } }