summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/views/scripts/auth/register.phtml
blob: 74c7df598927733c8d7811e353b5d9529afd34bd (plain) (blame)
1
2
3
4
5
<h1>New Account</h1>
<?php
$this->registerForm->setAction($this->url());
echo $this->registerForm;
?>