Ignore:
Timestamp:
Jan 2, 2014, 7:10:59 PM (11 years ago)
Author:
maron
Message:
  • Added: Download page
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.