Ignore:
Timestamp:
Aug 13, 2013, 11:45:33 PM (11 years ago)
Author:
chronos
Message:
  • Modified: News admin announcement message system transformed to application module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global.php

    r561 r562  
    2525include_once(dirname(__FILE__).'/../Modules/ClientVersion/ClientVersion.php');
    2626include_once(dirname(__FILE__).'/../Modules/ShoutBox/ShoutBox.php');
     27include_once(dirname(__FILE__).'/../Modules/News/News.php');
    2728include_once(dirname(__FILE__).'/../Modules/FrontPage/FrontPage.php');
    2829
     
    8081  $System->ModuleManager->RegisterModule(new ModuleClientVersion($System));
    8182  $System->ModuleManager->RegisterModule(new ModuleShoutBox($System));
     83  $System->ModuleManager->RegisterModule(new ModuleNews($System));
    8284  $System->ModuleManager->RegisterModule(new ModuleFrontPage($System));
    8385  $System->ModuleManager->StartAll();
    8486}
    85 
    86 $System->RegisterRSS(array('Title' => 'Změny systému', 'Channel' => 'news'));
    8787
    8888function GetMicrotime()
Note: See TracChangeset for help on using the changeset viewer.