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/News/NewsPage.php

    r908 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Aktualní informace';
    9     $this->ShortTitle = 'Aktuality';
     8    $this->Title = 'Aktuality';
     9    $this->Description = 'Aktualní informace';
    1010    $this->ParentClass = 'PagePortal';
    1111  }
     
    312312  {
    313313    parent::__construct($System);
    314     $this->FullTitle = 'Aktualizace aktualit';
    315     $this->ShortTitle = 'Aktualizace aktualit';
     314    $this->Title = 'Aktualizace aktualit';
    316315    $this->ParentClass = 'PageNews';
    317316  }
     
    332331  {
    333332    parent::__construct($System);
    334     $this->FullTitle = 'Odběry aktualit';
    335     $this->ShortTitle = 'Odběry aktualit';
     333    $this->Title = 'Odběry aktualit';
    336334    $this->ParentClass = 'PageNews';
    337335  }
     
    371369  {
    372370    parent::__construct($System);
    373     $this->FullTitle = 'RSS kanál aktualit';
    374     $this->ShortTitle = 'Aktuality RSS';
     371    $this->Title = 'Aktuality RSS';
     372    $this->Description = 'RSS kanál aktualit';
    375373    $this->ParentClass = 'PageNews';
    376374  }
     
    378376  function Show(): string
    379377  {
    380     $this->ClearPage = true;
     378    $this->RawPage = true;
    381379    $this->FormatHTML = false;
    382380    Header('Content-Type: text/xml');
Note: See TracChangeset for help on using the changeset viewer.