Ignore:
Timestamp:
Apr 7, 2020, 9:13:33 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 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';
Note: See TracChangeset for help on using the changeset viewer.