read.phtml 193 B

12345678
  1. <?php /** @var FreshRSS_View $this */ ?>
  2. <?php
  3. header('Content-Type: application/json; charset=UTF-8');
  4. FreshRSS::loadStylesAndScripts();
  5. echo json_encode(array(
  6. 'tags' => $this->tags,
  7. ));