Changeset 562 for trunk/includes/global.php
- Timestamp:
- Aug 13, 2013, 11:45:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r561 r562 25 25 include_once(dirname(__FILE__).'/../Modules/ClientVersion/ClientVersion.php'); 26 26 include_once(dirname(__FILE__).'/../Modules/ShoutBox/ShoutBox.php'); 27 include_once(dirname(__FILE__).'/../Modules/News/News.php'); 27 28 include_once(dirname(__FILE__).'/../Modules/FrontPage/FrontPage.php'); 28 29 … … 80 81 $System->ModuleManager->RegisterModule(new ModuleClientVersion($System)); 81 82 $System->ModuleManager->RegisterModule(new ModuleShoutBox($System)); 83 $System->ModuleManager->RegisterModule(new ModuleNews($System)); 82 84 $System->ModuleManager->RegisterModule(new ModuleFrontPage($System)); 83 85 $System->ModuleManager->StartAll(); 84 86 } 85 86 $System->RegisterRSS(array('Title' => 'Změny systému', 'Channel' => 'news'));87 87 88 88 function GetMicrotime()
Note:
See TracChangeset
for help on using the changeset viewer.