SAAS-1019: Re-work Navigation Menu
Added user settings to the Settings sub-menu
This commit is contained in:
parent
e5f5ff4c88
commit
38022f4ff0
2 changed files with 9 additions and 0 deletions
|
@ -125,6 +125,9 @@ class UserController extends Zend_Controller_Action
|
|||
|
||||
public function editUserAction()
|
||||
{
|
||||
$this->_helper->layout->setLayout("page-sub-menu");
|
||||
Zend_Layout::getMvcInstance()->assign('parent_page', 'Settings');
|
||||
|
||||
session_start(); //Reopen session for writing.
|
||||
$request = $this->getRequest();
|
||||
$form = new Application_Form_EditUser();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue