PHP Classes

File: Template/project/sidebar.php

Recommend this page to a friend!
  Classes of kiran   MetaMagik   Template/project/sidebar.php   Download  
File: Template/project/sidebar.php
Role: Example script
Content type: text/plain
Description: Example script
Class: MetaMagik
Plugin to add custom form fields for Kanboard
Author: By
Last change:
Date: 3 years ago
Size: 255 bytes
 

Contents

Class file image Download
<?php if ($this->user->hasProjectAccess('metadata', 'index', $project['id'])): ?>
<li>
        <?= $this->url->link(t('Metadata'), 'MetadataController', 'project', ['plugin' => 'metaMagik', 'project_id' => $project['id']]) ?>
</li>
<?php endif ?>