Changeset 553 for trunk/Modules/Portal/Portal.php
- Timestamp:
- Jul 7, 2013, 11:38:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Portal/Portal.php
r548 r553 83 83 if($this->System->User->CheckPermission('Finance', 'Manage')) 84 84 $Output .= '<a href="'.$this->System->Link('/finance/sprava/').'">Správa financí</a><br />'; 85 if($this->System->User->CheckPermission('Network', 'Administration'))86 $Output .= '<a href="'.$this->System->Link('/network/administration/').'">Správa sítě</a><br />';87 85 if($this->System->User->CheckPermission('IS', 'Manage')) 88 86 $Output .= '<a href="'.$this->System->Link('/is/').'">Správa dat</a><br />';
Note:
See TracChangeset
for help on using the changeset viewer.