Changeset 844 for trunk/includes/system.php
- Timestamp:
- Jan 14, 2016, 10:54:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/system.php
r843 r844 73 73 ), 74 74 */ 75 array(76 'Title' => T('Instructions'),77 'Hint' => 'Informace k překladu hry',78 'Link' => $this->Link('/info.php'),79 'Permission' => LICENCE_ANONYMOUS,80 'Icon' => '',81 ),82 array(83 'Title' => T('Presentation'),84 'Hint' => 'Prezentace a motivace překladu',85 'Link' => $this->Link('/promotion.php'),86 'Permission' => LICENCE_ANONYMOUS,87 'Icon' => '',88 ),89 75 array( 90 76 'Title' => T('IRC chat'), … … 152 138 $this->ModuleManager->RegisterModule(new ModuleRedirection($this)); 153 139 $this->ModuleManager->RegisterModule(new ModuleAdmin($this)); 140 $this->ModuleManager->RegisterModule(new ModuleInfo($this)); 154 141 $this->ModuleManager->FileName = dirname(__FILE__).'/../Config/ModulesConfig.php'; 155 142 // TODO: Allow control from web which modules should be installed
Note:
See TracChangeset
for help on using the changeset viewer.