summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/auth/register.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/auth/register.phtml')
-rw-r--r--application/modules/user/views/scripts/auth/register.phtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/auth/register.phtml b/application/modules/user/views/scripts/auth/register.phtml
new file mode 100644
index 0000000..2033b04
--- /dev/null
+++ b/application/modules/user/views/scripts/auth/register.phtml
@@ -0,0 +1,4 @@
+<?php
+$this->registerForm->setAction($this->url());
+echo $this->registerForm;
+?> \ No newline at end of file