Ignore:
Timestamp:
Jun 18, 2013, 8:56:09 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Část týkající se překládání přepracována na aplikační modul.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global.php

    r549 r550  
    1414// Include application modules
    1515// TODO: Make modules configurable
     16include_once(dirname(__FILE__).'/../Modules/Translation/Translation.php');
    1617include_once(dirname(__FILE__).'/../Modules/AoWoW/AoWoW.php');
    1718include_once(dirname(__FILE__).'/../Modules/Referrer/Referrer.php');
     
    6970  $System->ModuleManager->RegisterModule(new ModuleTeam($System));
    7071  $System->ModuleManager->RegisterModule(new ModuleDictionary($System));
     72  $System->ModuleManager->RegisterModule(new ModuleTranslation($System));
    7173  $System->ModuleManager->StartAll();
    7274}
Note: See TracChangeset for help on using the changeset viewer.