Config Controller and Template

This commit is contained in:
2026-06-28 17:03:37 -03:00
parent e6479c9ed9
commit fa23d7a64c
4 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<li <?= $this->app->checkMenuSelection('ConfigController', 'show', 'ShrinkVertically') ?>>
<?= $this->url->link(t('Shrink Vertically'), 'ConfigController', 'show', array('plugin' => 'ShrinkVertically')) ?>
</li>