diff options
| author | 2013-11-23 23:47:20 +0100 | |
|---|---|---|
| committer | 2013-11-23 23:47:20 +0100 | |
| commit | 632423d97ca2ebd30b1214e03592035809217197 (patch) | |
| tree | 31ef0d123e199741bc5b3b08301e50134ec59671 /app/views/entry/read.phtml | |
| parent | 29137c0b046bfcc610e6c8a152e558fa9c718da4 (diff) | |
Améliorations suite à icon()
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284
Diffstat (limited to 'app/views/entry/read.phtml')
| -rwxr-xr-x | app/views/entry/read.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/entry/read.phtml b/app/views/entry/read.phtml index 6d3313a89..224651e58 100755 --- a/app/views/entry/read.phtml +++ b/app/views/entry/read.phtml @@ -12,4 +12,4 @@ $url = Url::display (array ( 'params' => Request::params (), )); -echo json_encode (array ('url' => str_ireplace ('&', '&', $url))); +echo json_encode (array ('url' => str_ireplace ('&', '&', $url), 'icon' => icon(Request::param ('is_read') ? 'unread' : 'read'))); |
