<?php declare(strict_types=1); /** @var FreshRSS_View $this */ if (!Minz_Request::paramBoolean('ajax')) { $this->partial('aside_configure'); } if ($this->query !== null) { $this->renderHelper('configure/query'); }