Files
plugin-calendar/Template/config/sidebar.php
Frederic Guillot ada7a33402 First commit
2017-04-01 14:35:41 -04:00

3 lines
199 B
PHP

<li <?= $this->app->checkMenuSelection('ConfigController', 'show', 'Calendar') ?>>
<?= $this->url->link(t('Calendar settings'), 'ConfigController', 'show', array('plugin' => 'Calendar')) ?>
</li>