aboutsummaryrefslogtreecommitdiff
path: root/app/views/configure/query.phtml
blob: 9284ae94e64fd2cbcd4ffc260150e4fd4dfddea9 (plain)
1
2
3
4
5
6
7
8
9
<?php
/** @var FreshRSS_View $this */

if (!Minz_Request::paramBoolean('ajax')) {
	$this->partial('aside_configure');
}
if ($this->query) {
	$this->renderHelper('configure/query');
}