summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/auth/register.phtml
diff options
context:
space:
mode:
authorSimon2011-01-31 15:34:21 +0100
committerSimon2011-01-31 15:34:21 +0100
commit6c07eb5e85f9705c83b0415a89dd05a19b138bce (patch)
tree38c414878306cb3ba3bd2ebe5093473ecaabd4fb /application/views/scripts/auth/register.phtml
parentPerson Register Form (diff)
downloadpbs2-6c07eb5e85f9705c83b0415a89dd05a19b138bce.tar.gz
pbs2-6c07eb5e85f9705c83b0415a89dd05a19b138bce.tar.xz
pbs2-6c07eb5e85f9705c83b0415a89dd05a19b138bce.zip
auth controller vervollständigt
Diffstat (limited to 'application/views/scripts/auth/register.phtml')
-rw-r--r--application/views/scripts/auth/register.phtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/views/scripts/auth/register.phtml b/application/views/scripts/auth/register.phtml
new file mode 100644
index 0000000..5196738
--- /dev/null
+++ b/application/views/scripts/auth/register.phtml
@@ -0,0 +1,4 @@
+<?php
+$this->registerForm->setAction($this->url());
+echo $this->registerForm;
+?>