headTitle( 'User Manager' ); ?> Partial( 'partial/flashMessages.phtml' ); ?>

Text('User Manager'); ?>

Text('User Manager description'); ?>
user) { $tabs['user'] = $this->user; } if($this->role) { $tabs['role'] = $this->role; } if($this->acl()->isAllowed('formBuilder', 'manage')) { $tabs['FormBuilder'] = $this->FormBuilder('Profile'); } if($this->mail) { $tabs['mail'] = $this->mail; } echo $this->Tabset($tabs); ?>