Ignore:
Timestamp:
Aug 3, 2021, 11:38:29 AM (3 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 edited

Legend:

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

    r899 r912  
    1111  {
    1212    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';
    1515    $this->ParentClass = 'PagePortal';
    1616  }
     
    5050  function ShowPrint(): string
    5151  {
    52     $this->ClearPage = true;
     52    $this->RawPage = true;
    5353
    5454    $Output = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Note: See TracChangeset for help on using the changeset viewer.