footer.php 431 B

123456789
  1. <hr/>
  2. OMI Tasks
  3. <?php if ($this->app->config('application_url') != ''): ?>
  4. <?php if (isset($task['id'])): ?>
  5. - <?= $this->url->absoluteLink(t('view the task on Kanboard'), 'TaskViewController', 'show', array('task_id' => $task['id'])) ?>
  6. <?php endif ?>
  7. - <?= $this->url->absoluteLink(t('view the board on Kanboard'), 'BoardViewController', 'show', array('project_id' => $task['project_id'])) ?>
  8. <?php endif ?>