Changeset 56 for trunk/Modules


Ignore:
Timestamp:
Apr 7, 2020, 9:13:33 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
Location:
trunk/Modules
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Event/EventPage.php

    r55 r56  
    4949    $this->Title = 'Události - '.$this->Title;
    5050    if (array_key_exists('lvm', $_GET) and ($_GET['lvm'] == 'seznam'))
    51       $this->ClearPage = true;
     51      $this->RawPage = true;
    5252      else $Output .= '<div class="title">Události</div>';
    5353
     
    191191    global $Config;
    192192
    193     $this->ClearPage = true;
     193    $this->RawPage = true;
    194194    $RSS = new RSS();
    195195    $RSS->Title = 'Taneční události';
  • trunk/Modules/Meet/MeetPage.php

    r55 r56  
    5252    $this->Title = 'Seznamka - '.$this->Title;
    5353    if (array_key_exists('lvm', $_GET) and ($_GET['lvm'] == 'seznam'))
    54       $this->ClearPage = true;
     54      $this->RawPage = true;
    5555      else $Output .= '<div class="title">Inzeráty</div>';
    5656
     
    203203    global $Config;
    204204
    205     $this->ClearPage = true;
     205    $this->RawPage = true;
    206206    $RSS = new RSS();
    207207    $RSS->Title = 'Taneční seznamka';
  • trunk/Modules/Movie/Movie.php

    r55 r56  
    3636    $this->Title = 'Filmy - '.$this->Title;
    3737    if (array_key_exists('lvm', $_GET) and ($_GET['lvm'] == 'seznam'))
    38       $this->ClearPage = true;
     38      $this->RawPage = true;
    3939      else $Output .= '<div class="title">Filmy</div>';
    4040
  • trunk/Modules/RSS/RSS.php

    r55 r56  
    5656  function Show()
    5757  {
    58     $this->ClearPage = true;
     58    $this->RawPage = true;
    5959
    6060    if (array_key_exists('channel', $_GET)) $ChannelName = $_GET['channel'];
Note: See TracChangeset for help on using the changeset viewer.