-updated all views to use new menu bar
This commit is contained in:
parent
8151ec6429
commit
ea14dd44e9
7 changed files with 21 additions and 11 deletions
|
@ -12,11 +12,14 @@ class UserController extends Zend_Controller_Action
|
|||
|
||||
public function indexAction()
|
||||
{
|
||||
// action body
|
||||
|
||||
}
|
||||
|
||||
public function addUserAction()
|
||||
{
|
||||
$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