Files
WorkspaceOrg/Template/dashboard/sidebar.php

4 lines
202 B
PHP
Raw Normal View History

<li <?= $this->app->checkMenuSelection('WorkspaceOrgController', 'index') ?>>
<?= $this->url->link(t('My workspaces'), 'WorkspaceOrgController', 'index', array('plugin' => 'WorkspaceOrg')) ?>
</li>