summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/person/selectmembership.phtml
blob: 2bfe4d63dfaa4863ee2f746ebb13310ff56cb110 (plain) (blame)
1
2
3
4
<?php
$this->membershipSelectForm->setAction($this->url());
echo $this->membershipSelectForm;
?>