Changeset 343 for trunk/Modules/page.php
- Timestamp:
- Jan 17, 2012, 1:00:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/page.php
r340 r343 152 152 if($this->System->Config['Web']['UserSupport'] == 1) 153 153 { 154 if($this->System->Mod ules['User']->User['Id'] == $this->System->Modules['User']->AnonymousUserId)154 if($this->System->Models['User']->User['Id'] == $this->System->Models['User']->AnonymousUserId) 155 155 $Output .= '<a href="'.$this->System->Config['Web']['RootFolder'].'/?Action=LoginForm">Přihlášení</a> <a href="'.$this->System->Config['Web']['RootFolder'].'/?Action=UserRegister">Registrace</a>'; 156 else $Output .= $this->System->Mod ules['User']->User['Name'].' <a href="'.$this->System->Config['Web']['RootFolder'].'/?Action=Logout">Odhlásit</a>';156 else $Output .= $this->System->Models['User']->User['Name'].' <a href="'.$this->System->Config['Web']['RootFolder'].'/?Action=Logout">Odhlásit</a>'; 157 157 } else $Output .= ' '; 158 158 // <a href="'.$this->System->Config['Web']['RootFolder'].'/?Action=UserOptions">Nastavení</a>';
Note:
See TracChangeset
for help on using the changeset viewer.