-updated all views to use new menu bar

This commit is contained in:
martin 2011-01-26 21:43:56 -05:00
parent 8151ec6429
commit ea14dd44e9
7 changed files with 21 additions and 11 deletions

View file

@ -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();