diff options
| author | Simon | 2011-01-31 10:58:14 +0100 |
|---|---|---|
| committer | Simon | 2011-01-31 10:58:14 +0100 |
| commit | 7abf17f09c3c5f493d5d4c8e72500d9204c1cece (patch) | |
| tree | 59fe124199406c9b925eadb97e760aee515568ef /application/views/scripts | |
| parent | AuthLogin Formular hinzugefügt (diff) | |
| download | pbs2-7abf17f09c3c5f493d5d4c8e72500d9204c1cece.tar.gz pbs2-7abf17f09c3c5f493d5d4c8e72500d9204c1cece.tar.xz pbs2-7abf17f09c3c5f493d5d4c8e72500d9204c1cece.zip | |
authController hinzugefügt
Diffstat (limited to 'application/views/scripts')
| -rw-r--r-- | application/views/scripts/auth/index.phtml | 1 | ||||
| -rw-r--r-- | application/views/scripts/auth/login.phtml | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/application/views/scripts/auth/index.phtml b/application/views/scripts/auth/index.phtml new file mode 100644 index 0000000..4a9f827 --- /dev/null +++ b/application/views/scripts/auth/index.phtml @@ -0,0 +1 @@ +<br /><br /><center>View script for controller <b>Auth</b> and script/action name <b>index</b></center>
\ No newline at end of file diff --git a/application/views/scripts/auth/login.phtml b/application/views/scripts/auth/login.phtml new file mode 100644 index 0000000..41df6dc --- /dev/null +++ b/application/views/scripts/auth/login.phtml @@ -0,0 +1,4 @@ +<?php +$this->form->setAction($this->url()); +echo $this->form; +?> |
