styles($this->html->style("/css/login_signup.css")); if (isset($key)) { echo "Confirmation Link: /key ?>\"> Link "; } else { $template = '{:label}{:input}{:error}'; ?> flashMessage->output(); ?>
form->create($user); ?> form->field('username', array('template' => $template, 'id' => 's_username')) ?> form->field('newpass', array('template' => $template, 'id' => 's_password', 'label' => 'Password', 'type' => 'password')) ?> form->field('email', array('template' => $template, 'id' => 's_email')) ?>
form->submit('Signup!'); ?> form->end(); ?>