PHP Classes

File: Template/project/dropdown.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Gantt plugin   Template/project/dropdown.php   Download  
File: Template/project/dropdown.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Kanboard Gantt plugin
Display Gantt charts in Kanboard
Author: By
Last change:
Date: 3 years ago
Size: 271 bytes
 

Contents

Class file image Download
<?php if ($this->user->hasProjectAccess('TaskGanttController', 'show', $project['id'])): ?>
<li>
        <?= $this->url->icon('sliders', t('Gantt'), 'TaskGanttController', 'show', array('project_id' => $project['id'], 'plugin' => 'Gantt')) ?>
</li>
<?php endif ?>