1<?php 2 3$this->tpl->set('thread_involvement', $this->model->threadFactory->users_involvement()); 4$this->tpl->set('task_involvement', $this->model->taskFactory->users_involvement()); 5
1<?php 2 3$this->tpl->set('thread_involvement', $this->model->threadFactory->users_involvement()); 4$this->tpl->set('task_involvement', $this->model->taskFactory->users_involvement()); 5