Changeset 912 for trunk/Modules/News/NewsPage.php
- Timestamp:
- Aug 3, 2021, 11:38:29 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/News/NewsPage.php
r908 r912 6 6 { 7 7 parent::__construct($System); 8 $this-> FullTitle = 'Aktualní informace';9 $this-> ShortTitle = 'Aktuality';8 $this->Title = 'Aktuality'; 9 $this->Description = 'Aktualní informace'; 10 10 $this->ParentClass = 'PagePortal'; 11 11 } … … 312 312 { 313 313 parent::__construct($System); 314 $this->FullTitle = 'Aktualizace aktualit'; 315 $this->ShortTitle = 'Aktualizace aktualit'; 314 $this->Title = 'Aktualizace aktualit'; 316 315 $this->ParentClass = 'PageNews'; 317 316 } … … 332 331 { 333 332 parent::__construct($System); 334 $this->FullTitle = 'Odběry aktualit'; 335 $this->ShortTitle = 'Odběry aktualit'; 333 $this->Title = 'Odběry aktualit'; 336 334 $this->ParentClass = 'PageNews'; 337 335 } … … 371 369 { 372 370 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'; 375 373 $this->ParentClass = 'PageNews'; 376 374 } … … 378 376 function Show(): string 379 377 { 380 $this-> ClearPage = true;378 $this->RawPage = true; 381 379 $this->FormatHTML = false; 382 380 Header('Content-Type: text/xml');
Note:
See TracChangeset
for help on using the changeset viewer.