summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/auth/login.phtml
blob: 0242bc6363e1a2c6ffcebb717056f0808ade66b8 (plain) (blame)
1
2
3
4
5
6
7
8
<?php
$this->loginForm->setAction($this->url());
echo $this->loginForm;



?>