moved menu/styles.css to bootstrap, as well as nowplaying javascript since they should be on everypage almost except for the login screen currently.
This commit is contained in:
parent
7751ad7ac7
commit
a9f8a2b5d0
11 changed files with 25 additions and 92 deletions
|
@ -10,8 +10,6 @@ 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