Changeset 691 for trunk/includes


Ignore:
Timestamp:
Jan 2, 2014, 7:10:59 PM (11 years ago)
Author:
maron
Message:
  • Added: Download page
Location:
trunk/includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Version.php

    r690 r691  
    66// and system will need database update.
    77
    8 $Revision = 690; // Subversion revision
     8$Revision = 691; // Subversion revision
    99$DatabaseRevision = 678; // Database structure revision
    1010$ReleaseTime = '2014-01-02';
  • trunk/includes/global.php

    r653 r691  
    3131include_once(dirname(__FILE__).'/../Modules/Search/Search.php');
    3232include_once(dirname(__FILE__).'/../Modules/FrontPage/FrontPage.php');
     33include_once(dirname(__FILE__).'/../Modules/Download/Download.php');
    3334
    3435
  • trunk/includes/system.php

    r649 r691  
    5757    $this->Menu = array
    5858    (                   
    59                 array(
     59   /*           array(
    6060                                'Title' => T('Files'),
    6161                                'Hint' => 'Stahování různých pomocných souborů a programů',
     
    6464                                'Icon' => '',
    6565                ),
     66                */
    6667                array(
    6768                                'Title' => T('Instructions'),
     
    155156    $this->ModuleManager->RegisterModule(new ModuleSearch($System));
    156157    $this->ModuleManager->RegisterModule(new ModuleFrontPage($System));
     158    $this->ModuleManager->RegisterModule(new ModuleDownload($System));
    157159    $this->ModuleManager->StartAll();
    158160   
Note: See TracChangeset for help on using the changeset viewer.