Changeset 691 for trunk/includes
- Timestamp:
- Jan 2, 2014, 7:10:59 PM (11 years ago)
- Location:
- trunk/includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Version.php
r690 r691 6 6 // and system will need database update. 7 7 8 $Revision = 69 0; // Subversion revision8 $Revision = 691; // Subversion revision 9 9 $DatabaseRevision = 678; // Database structure revision 10 10 $ReleaseTime = '2014-01-02'; -
trunk/includes/global.php
r653 r691 31 31 include_once(dirname(__FILE__).'/../Modules/Search/Search.php'); 32 32 include_once(dirname(__FILE__).'/../Modules/FrontPage/FrontPage.php'); 33 include_once(dirname(__FILE__).'/../Modules/Download/Download.php'); 33 34 34 35 -
trunk/includes/system.php
r649 r691 57 57 $this->Menu = array 58 58 ( 59 array(59 /* array( 60 60 'Title' => T('Files'), 61 61 'Hint' => 'Stahování různých pomocných souborů a programů', … … 64 64 'Icon' => '', 65 65 ), 66 */ 66 67 array( 67 68 'Title' => T('Instructions'), … … 155 156 $this->ModuleManager->RegisterModule(new ModuleSearch($System)); 156 157 $this->ModuleManager->RegisterModule(new ModuleFrontPage($System)); 158 $this->ModuleManager->RegisterModule(new ModuleDownload($System)); 157 159 $this->ModuleManager->StartAll(); 158 160
Note:
See TracChangeset
for help on using the changeset viewer.