Changeset 425 for branches/Modular/Modules/FrontPage/FrontPage.php
- Timestamp:
- Oct 10, 2012, 12:21:38 PM (13 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/Modular/Modules/FrontPage/FrontPage.php (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/Modular/Modules/FrontPage/FrontPage.phpr424 r425 171 171 { 172 172 $UserOptions = new UserOptionsView($this->Database); 173 print_r($this->System); 173 174 $UserOptions->LoadValuesFromDatabase($this->System->Modules['User']->Models['User']->User['Id']); 174 175 $UserOptions->OnSubmit = '?Action=UserOptionsSave'; … … 297 298 if(($Panel['Module'] == 'Webcam') and (array_key_exists('WebCam', $this->System->Modules))) 298 299 $Output .= $this->Panel('Kamery', $this->WebcamPanel()); 299 else if($Panel['Module'] == 'NewsGroupList') $Output .= $this->Panel('Aktuality', $this->System->Modules['News']->Show(), array('<a href="?Action=CustomizeNews">Upravit</a>')); 300 else if($Panel['Module'] == 'NewsGroupList') 301 $Output .= $this->Panel('Aktuality', $this->System->Modules['News']->Show(), array('<a href="?Action=CustomizeNews">Upravit</a>')); 300 302 } 301 303 $Output .= '</td>'; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
