Changeset 366 for trunk/Modules/FrontPage/FrontPage.php
- Timestamp:
- Jan 19, 2012, 7:55:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FrontPage/FrontPage.php
r358 r366 74 74 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'?Action=MemberOptions">Domácnost</a><br />'; 75 75 if($this->System->Models['User']->CheckPermission('Finance', 'DisplaySubjectState')) 76 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/finance/u ser_state.php">Finance</a><br />';76 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/finance/uzivatel/">Finance</a><br />'; 77 77 if($this->System->Models['User']->CheckPermission('Network', 'RegistredHostList')) 78 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/ network/user_hosts.php">Počítače</a><br />';78 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/sit/registrovane-pocitace/">Počítače</a><br />'; 79 79 if($this->System->Models['User']->CheckPermission('News', 'Insert')) 80 80 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/aktuality/?action=add">Vložení aktuality</a><br />'; 81 81 if($this->System->Models['User']->CheckPermission('EatingPlace', 'Edit')) 82 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/jidelna/ menuedit.php">Editace jídelníčků</a><br />';82 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/jidelna/edit/">Editace jídelníčků</a><br />'; 83 83 if($this->System->Models['User']->CheckPermission('Finance', 'Manage')) 84 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/finance/ manage.php">Správa financí</a><br />';84 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/finance/sprava/">Správa financí</a><br />'; 85 85 if($this->System->Models['User']->CheckPermission('Network', 'Administration')) 86 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/ network/administration.php">Správa sítě</a><br />';86 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/sit/sprava/">Správa sítě</a><br />'; 87 87 return($Output); 88 88 }
Note:
See TracChangeset
for help on using the changeset viewer.