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