Ignore:
Timestamp:
Oct 10, 2012, 12:21:38 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Automatické spouštění instalovaných modulů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Modular/Modules/FrontPage/FrontPage.php

    r424 r425  
    171171      {
    172172        $UserOptions = new UserOptionsView($this->Database);
     173        print_r($this->System);
    173174        $UserOptions->LoadValuesFromDatabase($this->System->Modules['User']->Models['User']->User['Id']);
    174175        $UserOptions->OnSubmit = '?Action=UserOptionsSave';
     
    297298        if(($Panel['Module'] == 'Webcam') and (array_key_exists('WebCam', $this->System->Modules)))
    298299          $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>'));
    300302      }
    301303      $Output .= '</td>';
Note: See TracChangeset for help on using the changeset viewer.