blueprintsService->getBoardsOverview((int) session('currentProject')); $this->tpl->assign('recentProgressCanvas', $overview['recentProgressCanvas']); $this->tpl->assign('recentlyUpdatedCanvas', $overview['recentlyUpdatedCanvas']); $this->tpl->assign('canvasProgress', $overview['canvasProgress']); $this->tpl->assign('otherBoards', $overview['otherBoards']); return $this->tpl->display('blueprints.showBoards'); } }