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