blob: f5c18a3cdab13c2d29f009af4b7948ff3028cd36 (
plain) (
blame)
1
2
3
4
5
6
7
|
<h1>Select Membership</h1>
<?php if($this->notification != ''){echo $this->notification;} ?>
<?php
$this->membershipSelectForm->setAction($this->url());
echo $this->membershipSelectForm;
?>
|