<?php /** @var FreshRSS_View $this */ if (!Minz_Request::paramBoolean('ajax')) { $this->partial('aside_subscription'); } if ($this->category) { $this->renderHelper('category/update'); }