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