PHP Classes

File: Template/project_list/menu.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Gantt plugin   Template/project_list/menu.php   Download  
File: Template/project_list/menu.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: 223 bytes
 

Contents

Class file image Download
<?php if ($this->user->hasAccess('ProjectGanttController', 'show')): ?>
<li><?= $this->url->icon('sliders', t('Projects Gantt chart'), 'ProjectGanttController', 'show', array('plugin' => 'Gantt')) ?></li>
<?php endif ?>