Ignore:
Timestamp:
Jan 21, 2016, 2:49:19 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Now application modules are started according configuration file.
  • Added: Each module which want to show something in main page bars needs to register its callback.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Global.php

    r859 r860  
    99include_once(dirname(__FILE__).'/../Application/Version.php');
    1010require_once(dirname(__FILE__).'/../HTML/BBCodeParser2.php');
    11 
    12 // Include application modules
    13 // TODO: Make modules configurable
    14 include_once(dirname(__FILE__).'/../Modules/Error/Error.php');
    15 include_once(dirname(__FILE__).'/../Modules/Log/Log.php');
    16 include_once(dirname(__FILE__).'/../Modules/Translation/Translation.php');
    17 include_once(dirname(__FILE__).'/../Modules/AoWoW/AoWoW.php');
    18 include_once(dirname(__FILE__).'/../Modules/Referrer/Referrer.php');
    19 include_once(dirname(__FILE__).'/../Modules/Team/Team.php');
    20 include_once(dirname(__FILE__).'/../Modules/User/User.php');
    21 include_once(dirname(__FILE__).'/../Modules/Dictionary/Dictionary.php');
    22 include_once(dirname(__FILE__).'/../Modules/Import/Import.php');
    23 include_once(dirname(__FILE__).'/../Modules/Export/Export.php');
    24 include_once(dirname(__FILE__).'/../Modules/Server/Server.php');
    25 include_once(dirname(__FILE__).'/../Modules/ClientVersion/ClientVersion.php');
    26 include_once(dirname(__FILE__).'/../Modules/ShoutBox/ShoutBox.php');
    27 include_once(dirname(__FILE__).'/../Modules/News/News.php');
    28 include_once(dirname(__FILE__).'/../Modules/Wiki/Wiki.php');
    29 include_once(dirname(__FILE__).'/../Modules/Search/Search.php');
    30 include_once(dirname(__FILE__).'/../Modules/FrontPage/FrontPage.php');
    31 include_once(dirname(__FILE__).'/../Modules/Download/Download.php');
    32 include_once(dirname(__FILE__).'/../Modules/Forum/Forum.php');
    33 include_once(dirname(__FILE__).'/../Modules/Redirection/Redirection.php');
    34 include_once(dirname(__FILE__).'/../Modules/Admin/Admin.php');
    35 include_once(dirname(__FILE__).'/../Modules/Info/Info.php');
    36 
    3711
    3812// Back compatibility, will be removed
Note: See TracChangeset for help on using the changeset viewer.