aboutsummaryrefslogtreecommitdiff
path: root/app/views/entry/read.phtml
blob: 44193da9cfb9541e0569079ab8a7f7de3c7342a7 (plain)
1
2
3
4
5
6
7
<?php
header('Content-Type: application/json; charset=UTF-8');

FreshRSS::loadStylesAndScripts();
echo json_encode(array(
		'tags' => $this->tags,
	));