Ignore:
Timestamp:
Jun 18, 2013, 7:23:39 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Slovníček přepracován na aplikační modul.
  • Upraveno: Do hlavní levé nabídky mohou nyní moduly přidávat nové položky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/global.php

    r547 r548  
    1919include_once(dirname(__FILE__).'/../Modules/Team/Team.php');
    2020include_once(dirname(__FILE__).'/../Modules/User/User.php');
     21include_once(dirname(__FILE__).'/../Modules/Dictionary/Dictionary.php');
    2122
    2223GlobalInit();
     
    6768  $System->ModuleManager->RegisterModule(new ModuleFrontPage($System));
    6869  $System->ModuleManager->RegisterModule(new ModuleTeam($System));
     70  $System->ModuleManager->RegisterModule(new ModuleDictionary($System));
    6971  $System->ModuleManager->StartAll();
    7072}
Note: See TracChangeset for help on using the changeset viewer.