FreshRSS/app/views/configure/query.phtml

11 lines
208 B
PHTML

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