PHP Classes

File: Template/user/sidebar.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Timetable plugin   Template/user/sidebar.php   Download  
File: Template/user/sidebar.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Kanboard Timetable plugin
Plugin to present of timetable of pending tasks
Author: By
Last change:
Date: 3 years ago
Size: 287 bytes
 

Contents

Class file image Download
<?php if ($this->user->isAdmin()): ?>
<li <?= $this->app->getRouterController() === 'timetable' ? 'class="active"' : '' ?>>
        <?= $this->url->link(t('Manage timetable'), 'timetable', 'index', array('plugin' => 'timetable', 'user_id' => $user['id'])) ?>
</li>
<?php endif ?>