From a809dd485c73b55646a6b915527da99da14fb869 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sun, 10 Jul 2011 22:08:35 -0400 Subject: Fixed ray's derp up :P --- views/signup/index.html.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/views/signup/index.html.php b/views/signup/index.html.php index 6a00ff2..f7929f8 100644 --- a/views/signup/index.html.php +++ b/views/signup/index.html.php @@ -3,7 +3,10 @@ $this->styles($this->html->style("/css/login_signup.css")); if (isset($key)) { - echo "Confirmation Link: /key ?>\"> Link "; + echo "Confirmation Link: "; + echo $this->html->link("Link", array('controller' => 'signup', + 'action' => 'confirm', + 'args' => $key->key)); } else { -- cgit v1.2.3