diff options
Diffstat (limited to 'views/users/signup.html.php')
-rw-r--r-- | views/users/signup.html.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/views/users/signup.html.php b/views/users/signup.html.php deleted file mode 100644 index 5b26977..0000000 --- a/views/users/signup.html.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php -$this->styles($this->html->style("/css/signup.css")); -?> - -<?php if (isset($key)): ?> -Confirmation Link: <a href="<?=$link ?>/<?=$key->key ?>"> Link </a> -<?php else: ?> -<?=$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(); ?> -<?php endif; ?>
\ No newline at end of file |