summaryrefslogtreecommitdiff
path: root/app/views/category/update.phtml
blob: 2ef42d207c0e827c3bb2233c4a4523cd8baacb87 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
declare(strict_types=1);
/** @var FreshRSS_View $this */

if (!Minz_Request::paramBoolean('ajax')) {
	$this->partial('aside_subscription');
}
if ($this->category !== null) {
	$this->renderHelper('category/update');
}