Changeset 842 for trunk/includes/system.php
- Timestamp:
- Jan 12, 2016, 10:55:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/system.php
r841 r842 75 75 ), 76 76 array( 77 'Title' => T('Data source'),78 'Hint' => 'Informace o překladových skupinách',79 'Link' => $this->Link('/TranslationList.php?action=grouplist'),80 'Permission' => LICENCE_ANONYMOUS,81 'Icon' => '',82 ),83 array(84 77 'Title' => T('Presentation'), 85 78 'Hint' => 'Prezentace a motivace překladu', … … 93 86 'Link' => 'http://embed.mibbit.com/?server=game.zdechov.net%3A6667&channel=%23wowpreklad&forcePrompt=true&charset=utf-8', 94 87 'Permission' => LICENCE_ANONYMOUS, 95 'Icon' => '',96 ),97 array(98 'Title' => T('Administration'),99 'Hint' => 'Volby pro správu',100 'Link' => $this->Link('/admin/'),101 'Permission' => LICENCE_ADMIN,102 88 'Icon' => '', 103 89 ), … … 162 148 $this->ModuleManager->RegisterModule(new ModuleForum($this)); 163 149 $this->ModuleManager->RegisterModule(new ModuleRedirection($this)); 150 $this->ModuleManager->RegisterModule(new ModuleAdmin($this)); 164 151 $this->ModuleManager->FileName = dirname(__FILE__).'/../Config/ModulesConfig.php'; 165 152 // TODO: Allow control from web which modules should be installed
Note:
See TracChangeset
for help on using the changeset viewer.