Michael Francis 14 жил өмнө
parent
commit
a809dd485c

+ 4 - 1
views/signup/index.html.php

@@ -3,7 +3,10 @@ $this->styles($this->html->style("/css/login_signup.css"));
 
 if (isset($key))
 {
-	echo "Confirmation Link: <a href=\"<?=$link ?>/<?=$key->key ?>\"> Link </a>";
+	echo "Confirmation Link: ";
+	echo $this->html->link("Link", array('controller' => 'signup',
+										 'action' => 'confirm',
+						     			 'args' => $key->key));
 }
 else
 {