Ignore:
Timestamp:
Apr 1, 2013, 10:17:42 AM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Aktuality přepracovány na aplikační modul.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Global.php

    r505 r506  
    2222include_once(dirname(__FILE__).'/Page.php');
    2323include_once(dirname(__FILE__).'/Form/Form.php');
    24 include_once(dirname(__FILE__).'/../aktuality/news.php');
    2524include_once(dirname(__FILE__).'/../finance/bills.php');
    2625include_once(dirname(__FILE__).'/../finance/finance.php');
     
    4342include_once(dirname(__FILE__).'/../Modules/FinanceBankAPI/FinanceBankAPI.php');
    4443include_once(dirname(__FILE__).'/../Modules/NetworkShare/NetworkShare.php');
     44include_once(dirname(__FILE__).'/../Modules/News/News.php');
    4545
    4646class System extends Module
     
    194194  $System->AddModule(new User());
    195195  if(isset($_SERVER['REMOTE_ADDR'])) $System->Modules['User']->Check();
    196   $System->AddModule(new News());
    197196  $System->AddModule(new Bill());
    198197  $System->AddModule(new Finance());
     
    215214  $System->ModuleManager->RegisterModule(new ModuleFinanceBankAPI($System));
    216215  $System->ModuleManager->RegisterModule(new ModuleNetworkShare($System));
     216  $System->ModuleManager->RegisterModule(new ModuleNews($System));
    217217  $System->ModuleManager->StartAll();
    218218}
Note: See TracChangeset for help on using the changeset viewer.