category.phtml 113 B

12345
  1. <?php /** @var FreshRSS_View $this */ ?>
  2. <?php
  3. if ($this->category) {
  4. $this->renderHelper('category/update');
  5. }