Changeset 346 for trunk/index.php
- Timestamp:
- Jan 17, 2012, 2:10:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r345 r346 293 293 $Output .= $this->Panel('Přihlášený uživatel', $this->UserPanel()); 294 294 } else 295 if($Panel['Module'] == 'Webcam') $Output .= $this->Panel('Kamery', $this->WebcamPanel()); 295 if(($Panel['Module'] == 'Webcam') and (array_key_exists('WebCam', $this->System->Modules))) 296 $Output .= $this->Panel('Kamery', $this->WebcamPanel()); 296 297 else if($Panel['Module'] == 'NewsGroupList') $Output .= $this->Panel('Aktuality', $this->System->Modules['News']->Show(), array('<a href="?Action=CustomizeNews">Upravit</a>')); 297 298 } … … 316 317 } else echo('Stránka nenalezena'); 317 318 } else 318 { 319 { 319 320 $System->AddModule(new IndexPage()); 320 321 $System->Modules['IndexPage']->GetOutput();
Note:
See TracChangeset
for help on using the changeset viewer.