blob: 2d7a1582f6d56005af0d3ac9141ee7a5679bfdf4 (
plain)
1
2
3
|
<li <?= $this->app->checkMenuSelection('SettingsController', 'showSettings') ?>>
<?= $this->url->link(t('My display settings'), 'SettingsController', 'showSettings', array('plugin' => 'boardcustomizer')) ?>
</li>
|