Changeset 691 for trunk/includes/system.php
- Timestamp:
- Jan 2, 2014, 7:10:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.