aboutsummaryrefslogtreecommitdiff
path: root/app/views/subscription/category.phtml
blob: 90de4e11b698353de6f335b30055ed8a38b489af (plain)
1
2
3
4
5
<?php /** @var FreshRSS_View $this */ ?>
<?php
if ($this->category) {
	$this->renderHelper('category/update');
}