Templates php

This commit is contained in:
2026-07-01 09:51:41 -03:00
parent 99fa73433a
commit 57bab4650b
3 changed files with 44 additions and 0 deletions

View File

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