read.phtml 189 B

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