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
|
@ -16,14 +16,7 @@ class UserController extends Zend_Controller_Action
|
|||
}
|
||||
|
||||
public function addUserAction()
|
||||
{
|
||||
|
||||
$this->view->headScript()->appendFile('/js/playlist/helperfunctions.js','text/javascript');
|
||||
$this->view->headScript()->appendFile('/js/playlist/playlist.js','text/javascript');
|
||||
|
||||
$this->view->headLink()->appendStylesheet('/css/pro_dropdown_3.css');
|
||||
$this->view->headLink()->appendStylesheet('/css/styles.css');
|
||||
|
||||
{
|
||||
$request = $this->getRequest();
|
||||
$form = new Application_Form_AddUser();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue