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