summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/person/selectmembership.phtml
blob: 4ac4ab48237a0ee60f6617ac94a55f8463461235 (plain) (blame)
1
2
3
4
5
6
7
8
9
<h1>Select Membership</h1>
<?php if($this->notification != ''){echo $this->notification;} ?>

<?php
if(isset($this->membershipSelectForm)) {
	$this->membershipSelectForm->setAction($this->url());
	echo $this->membershipSelectForm;
}
?>