Ignore:
Timestamp:
Jan 14, 2016, 10:54:41 PM (8 years ago)
Author:
chronos
Message:
  • Modified: More translated texts.
  • Modified: Promotion and info page transformed to Info application module.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/system.php

    r843 r844  
    7373      ),
    7474    */
    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       ),
    8975      array(
    9076        'Title' => T('IRC chat'),
     
    152138    $this->ModuleManager->RegisterModule(new ModuleRedirection($this));
    153139    $this->ModuleManager->RegisterModule(new ModuleAdmin($this));
     140    $this->ModuleManager->RegisterModule(new ModuleInfo($this));
    154141    $this->ModuleManager->FileName = dirname(__FILE__).'/../Config/ModulesConfig.php';
    155142    // TODO: Allow control from web which modules should be installed
Note: See TracChangeset for help on using the changeset viewer.