Ignore:
Timestamp:
Nov 1, 2013, 11:00:59 AM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Třídy Action přiřazeny k modulu System.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Setup/Setup.php

    r586 r588  
    33class PageSetup extends Page
    44{
     5  function __construct($System)
     6  {
     7    parent::__construct($System);
     8    $this->FullTitle = 'Instalace aplikace';
     9    $this->ShortTitle = 'Instalátor';
     10    //$this->ParentClass = 'PagePortal';
     11  }
     12 
    513        function Show()
    614        {
Note: See TracChangeset for help on using the changeset viewer.