getUser(); $this->response->html($this->helper->layout->app('dashboard/show', array( 'title' => t('Dashboard for %s', $this->helper->user->getFullname($user)), 'user' => $user, 'results' => $this->dashboardPagination->getOverview($user['id']), ))); } }