Changeset 912 for trunk/Modules/TV
- Timestamp:
- Aug 3, 2021, 11:38:29 AM (3 years ago)
- Location:
- trunk/Modules/TV
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/TV/TV.php
r899 r912 8 8 { 9 9 parent::__construct($System); 10 $this-> FullTitle = 'Síťová televize';11 $this-> ShortTitle = 'IPTV';10 $this->Title = 'IPTV'; 11 $this->Description = 'Síťová televize'; 12 12 $this->ParentClass = 'PagePortal'; 13 13 } … … 71 71 function Show(): string 72 72 { 73 $this-> ClearPage = true;73 $this->RawPage = true; 74 74 75 75 Header("Content-Type: audio/mpegurl"); -
trunk/Modules/TV/tkr.php
r887 r912 6 6 { 7 7 parent::__construct($System); 8 $this-> FullTitle = 'Seznam televizních kanálů místníkabelové televize';9 $this-> ShortTitle = 'Kanálykabelové televize';8 $this->Title = 'Kanály kabelové televize'; 9 $this->Description = 'Seznam televizních kanálů místní kabelové televize'; 10 10 } 11 11
Note:
See TracChangeset
for help on using the changeset viewer.