Initial release of subgroups for testing. Some issues remain, but the functionality...
[timetracker.git] / WEB-INF / templates / header.tpl
index 546fffa..8555447 100644 (file)
     {if $user->can('manage_basic_settings')}
             <a class="systemMenu" href="group_edit.php">{$i18n.menu.group}</a> &middot;
     {/if}
-{if isTrue($smarty.const.SUBGROUP_DEBUG)}
     {if $user->can('manage_subgroups')}
             <a class="systemMenu" href="groups.php">{$i18n.menu.subgroups}</a> &middot;
     {/if}
-{/if}
     {if $user->can('manage_features')}
             <a class="systemMenu" href="plugins.php">{$i18n.menu.plugins}</a> &middot;
     {/if}