Changeset 568 for trunk/Modules/Portal/Portal.php
- Timestamp:
- Sep 9, 2013, 1:11:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Portal/Portal.php
r567 r568 351 351 { 352 352 $Output = ''; 353 if($this->System->User->User['Id'] != null) 353 if($this->System->User->User['Id'] != null) 354 { 355 $Output .= '<div class="Centred"><table id="MainTable"><tr><td>'; 354 356 $Output .= $this->Panel('Nabídka uživatele', $this->UserPanel()); 355 else $Output .= $this->SystemMessage('Oprávnění', 'Nejste přihlášen'); 357 $Output .= '</td><td>'; 358 //$Output .= $this->Panel('Přehled', $this->UserPanel()); 359 $Output .= '</td></tr></table></div>'; 360 } else $Output .= $this->SystemMessage('Oprávnění', 'Nejste přihlášen'); 356 361 return($Output); 357 362 }
Note:
See TracChangeset
for help on using the changeset viewer.