Changeset 13
- Timestamp:
- Jun 11, 2009, 9:40:45 PM (15 years ago)
- Location:
- trunk/www
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/page.php
r12 r13 32 32 if($DbRow[0] > 0) $Output .= ' <a href="?Action=ServerShow">Vlastní server</a>'; 33 33 else $Output .= ' <a href="?Action=ServerAdd">Vytvořit vlastní server</a>'; 34 $Output .= ' <a href="'.$this->System->Config['Web']['RootFolder'].'/?Action=UserOptions">Nastavení</a>';34 $Output .= ' <a href="'.$this->System->Config['Web']['RootFolder'].'/?Action=UserOptions">Nastavení</a>'; 35 35 if($this->System->Modules['User']->User['Role'] == USER_ROLE_ADMINISTRATOR) 36 36 {
Note:
See TracChangeset
for help on using the changeset viewer.