Change page title
This commit is contained in:
@@ -103,7 +103,7 @@ class App extends Base
|
|||||||
$user = $this->getUser();
|
$user = $this->getUser();
|
||||||
|
|
||||||
$this->response->html($this->layout('app/overview', array(
|
$this->response->html($this->layout('app/overview', array(
|
||||||
'title' => t('Overview'),
|
'title' => t('Dashboard'),
|
||||||
'project_paginator' => $this->getProjectPaginator($user['id'], 'index', 10),
|
'project_paginator' => $this->getProjectPaginator($user['id'], 'index', 10),
|
||||||
'task_paginator' => $this->getTaskPaginator($user['id'], 'index', 10),
|
'task_paginator' => $this->getTaskPaginator($user['id'], 'index', 10),
|
||||||
'subtask_paginator' => $this->getSubtaskPaginator($user['id'], 'index', 10),
|
'subtask_paginator' => $this->getSubtaskPaginator($user['id'], 'index', 10),
|
||||||
|
|||||||
Reference in New Issue
Block a user