Changeset 912 for trunk/Modules/Meals/Meals.php
- Timestamp:
- Aug 3, 2021, 11:38:29 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Meals/Meals.php
r899 r912 11 11 { 12 12 parent::__construct($System); 13 $this-> FullTitle = 'Jídleníček jídelny Na kopečku';14 $this-> ShortTitle = 'Jídelníček';13 $this->Title = 'Jídelníček'; 14 $this->Description = 'Jídleníček jídelny Na kopečku'; 15 15 $this->ParentClass = 'PagePortal'; 16 16 } … … 50 50 function ShowPrint(): string 51 51 { 52 $this-> ClearPage = true;52 $this->RawPage = true; 53 53 54 54 $Output = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Note:
See TracChangeset
for help on using the changeset viewer.