diff options
| author | Frédéric Guillot <fred@kanboard.net> | 2014-11-02 15:06:41 -0500 |
|---|---|---|
| committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-02 15:06:41 -0500 |
| commit | 37332ae2222706f8fb330dae780dc938512edcf5 (patch) | |
| tree | 9161d539cc289179339162d6922c4d9dd2c30e63 /app/Controller/App.php | |
| parent | 8fe5df39d97ef851d11931fcf7e906ec08838ef7 (diff) | |
Change layout (experimental)
Diffstat (limited to 'app/Controller/App.php')
| -rw-r--r-- | app/Controller/App.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controller/App.php b/app/Controller/App.php index feec4221..193c2583 100644 --- a/app/Controller/App.php +++ b/app/Controller/App.php @@ -26,7 +26,6 @@ class App extends Base 'board_selector' => $projects, 'events' => $this->projectActivity->getProjects(array_keys($projects), 10), 'tasks' => $this->taskFinder->getAllTasksByUser($user_id), - 'menu' => 'dashboard', 'title' => t('Dashboard'), ))); } |
