-added new login screen

This commit is contained in:
martin 2011-01-29 13:47:06 -05:00
parent 43c66825b4
commit 7c70385528
5 changed files with 36 additions and 21 deletions

View file

@ -10,6 +10,8 @@ class LoginController extends Zend_Controller_Action
public function indexAction()
{
$this->view->headLink()->appendStylesheet('/css/redmond/jquery-ui-1.8.8.custom.css');
$this->view->headLink()->appendStylesheet('/css/styles.css');
if(Zend_Auth::getInstance()->hasIdentity())
{
$this->_redirect('Nowplaying');