category.phtml 189 B

123456789
  1. <?php
  2. /** @var FreshRSS_View $this */
  3. if (!Minz_Request::paramBoolean('ajax')) {
  4. $this->partial('aside_subscription');
  5. }
  6. if ($this->category) {
  7. $this->renderHelper('category/update');
  8. }