-bug CC-1823 should be fixed.
This commit is contained in:
parent
7c70385528
commit
0ba5a1f520
14 changed files with 67 additions and 38 deletions
|
@ -17,6 +17,10 @@ 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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue