summaryrefslogblamecommitdiffstats
path: root/application/modules/user/views/scripts/auth/register.phtml
blob: eb59c68e9c486e4fc81b0c0979286c398ea72027 (plain) (tree)
1
2
3
4
5
6
                    
     
                         

                                             
  
<h1>New Account</h1>
<?php
echo $this->notification;
$this->registerForm->setAction($this->url());
echo $this->registerForm;
?>