Changeset 558 for trunk/includes


Ignore:
Timestamp:
Jul 29, 2013, 11:48:14 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Export transformed to application module.
Location:
trunk/includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Version.php

    r557 r558  
    11<?php
    22
    3 $Revision = 557; // Subversion revision
     3$Revision = 558; // Subversion revision
    44$DatabaseRevision = 543; // Database structure revision
    55$ReleaseTime = '2013-07-29';
  • trunk/includes/global.php

    r556 r558  
    2121include_once(dirname(__FILE__).'/../Modules/Dictionary/Dictionary.php');
    2222include_once(dirname(__FILE__).'/../Modules/Import/Import.php');
     23include_once(dirname(__FILE__).'/../Modules/Export/Export.php');
    2324include_once(dirname(__FILE__).'/../Modules/Server/Server.php');
    2425include_once(dirname(__FILE__).'/../Modules/ClientVersion/ClientVersion.php');
     
    7576  $System->ModuleManager->RegisterModule(new ModuleTranslation($System));
    7677  $System->ModuleManager->RegisterModule(new ModuleImport($System));
     78  $System->ModuleManager->RegisterModule(new ModuleExport($System));
    7779  $System->ModuleManager->RegisterModule(new ModuleServer($System));
    7880  $System->ModuleManager->RegisterModule(new ModuleClientVersion($System));
  • trunk/includes/system.php

    r556 r558  
    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' => 'Exporty',
    57                                 'Hint' => 'Zde si můžete stáhnout přeložené texty',
    58                                 'Link' => $this->Link('/export/'),
    5952                                'Permission' => LICENCE_ANONYMOUS,
    6053                                'Icon' => '',
Note: See TracChangeset for help on using the changeset viewer.