-added new login screen
This commit is contained in:
parent
43c66825b4
commit
7c70385528
5 changed files with 36 additions and 21 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue