Changeset 555 for trunk/includes


Ignore:
Timestamp:
Jul 29, 2013, 9:37:25 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Registered WoW server list page transformed to application module.* Modified: Registered WoW server list page transformed to application module.
Location:
trunk/includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Version.php

    r554 r555  
    11<?php
    22
    3 $Revision = 554; // Subversion revision
     3$Revision = 555; // Subversion revision
    44$DatabaseRevision = 543; // Database structure revision
    55$ReleaseTime = '2013-07-29';
  • trunk/includes/global.php

    r554 r555  
    2121include_once(dirname(__FILE__).'/../Modules/Dictionary/Dictionary.php');
    2222include_once(dirname(__FILE__).'/../Modules/Import/Import.php');
     23include_once(dirname(__FILE__).'/../Modules/Server/Server.php');
    2324include_once(dirname(__FILE__).'/../Modules/FrontPage/FrontPage.php');
    2425
     
    7374  $System->ModuleManager->RegisterModule(new ModuleTranslation($System));
    7475  $System->ModuleManager->RegisterModule(new ModuleImport($System));
     76  $System->ModuleManager->RegisterModule(new ModuleServer($System));
    7577  $System->ModuleManager->StartAll();
    7678}
  • trunk/includes/system.php

    r549 r555  
    5050                                'Hint' => 'Stav dokončení překládů',
    5151                                'Link' => $this->Link('/statistic.php'),
    52                                 'Permission' => LICENCE_ANONYMOUS,
    53                                 'Icon' => '',
    54                 ),
    55                 array(
    56                                 'Title' => 'Servery',
    57                                 'Hint' => 'Seznam serverů, kde je nasazena čeština v praxi',
    58                                 'Link' => $this->Link('/serverlist.php'),
    5952                                'Permission' => LICENCE_ANONYMOUS,
    6053                                'Icon' => '',
Note: See TracChangeset for help on using the changeset viewer.