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