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