query.phtml 217 B

12345678910
  1. <?php
  2. declare(strict_types=1);
  3. /** @var FreshRSS_View $this */
  4. if (!Minz_Request::paramBoolean('ajax')) {
  5. $this->partial('aside_configure');
  6. }
  7. if ($this->query !== null) {
  8. $this->renderHelper('configure/query');
  9. }