summaryrefslogblamecommitdiffstats
path: root/application/views/scripts/auth/login.phtml
blob: 693f8ef2d8e6d69b35ee73e74c82a0e209b2a6bc (plain) (tree)
1
2
3
4
5
6




                                          
 
<h1>Login</h1>
<?php
$this->loginForm->setAction($this->url());
echo $this->notification;
echo $this->loginForm;
?>