styles($this->html->style("/css/signup.css"));
?>
Confirmation Link: Link
=$this->flashMessage->output(); ?>
=$this->form->create($user); ?>
=$this->form->field('username'); ?>
=$this->form->field('newpass', array('type' => 'password', 'label' => 'password')); ?>
=$this->form->field('email'); ?>
=$this->form->submit('Signup!'); ?>
=$this->form->end(); ?>