summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views/scripts/auth/login.phtml
blob: 9742c35a7faafbf1952ba6c21bf4ae4f60549940 (plain) (blame)
1
2
3
4
5
<h1>Login</h1>
<?php
$this->loginForm->setAction($this->url());
echo $this->loginForm;
?>