Changeset 588 for trunk/Modules/Setup/Setup.php
- Timestamp:
- Nov 1, 2013, 11:00:59 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Setup/Setup.php
r586 r588 3 3 class PageSetup extends Page 4 4 { 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 5 13 function Show() 6 14 {
Note:
See TracChangeset
for help on using the changeset viewer.