query.phtml 111 B

123456
  1. <?php /** @var FreshRSS_View $this */ ?>
  2. <?php
  3. if ($this->query) {
  4. $this->renderHelper('configure/query');
  5. }