Changeset 493 for trunk/Modules/Portal/Portal.php
- Timestamp:
- Mar 1, 2013, 9:20:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Portal/Portal.php
r486 r493 309 309 else if($Panel['Module'] == 'UserOptions') 310 310 { 311 if($this->System->Modules['User']->User['Id'] != $this->System->Modules['User']->AnonymousUserId) $Output .= $this->Panel('Přihlášený uživatel', $this->UserPanel());311 if($this->System->Modules['User']->User['Id'] != null) $Output .= $this->Panel('Přihlášený uživatel', $this->UserPanel()); 312 312 } else 313 313 if($Panel['Module'] == 'Webcam') $Output .= $this->Panel('Kamery', $this->WebcamPanel());
Note:
See TracChangeset
for help on using the changeset viewer.