diff options
| author | 2024-07-24 19:39:30 +0200 | |
|---|---|---|
| committer | 2024-07-24 19:39:30 +0200 | |
| commit | 5267db88abf7c8546e8ba47c6d4acfd362a82e1d (patch) | |
| tree | 46b40d5bae64c5ca2ded8b3c52030c0153b0680b /app/views/helpers/configure/query.phtml | |
| parent | a6d7bdc7426af55ffde71ab626a096a98f650974 (diff) | |
Share in GReader JSON format (#6655)
fix https://github.com/FreshRSS/FreshRSS/discussions/6654#discussioncomment-10128309
Diffstat (limited to 'app/views/helpers/configure/query.phtml')
| -rw-r--r-- | app/views/helpers/configure/query.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/helpers/configure/query.phtml b/app/views/helpers/configure/query.phtml index d23a5adfb..c32bf1e85 100644 --- a/app/views/helpers/configure/query.phtml +++ b/app/views/helpers/configure/query.phtml @@ -42,6 +42,7 @@ <ul> <li><a href="<?= $this->query->sharedUrlHtml() ?>"><?= _i('link') ?> <?= _t('conf.query.share.html') ?></a></li> <li><a href="<?= $this->query->sharedUrlRss() ?>"><?= _i('link') ?> <?= _t('conf.query.share.rss') ?></a></li> + <li><a href="<?= $this->query->sharedUrlGreader() ?>"><?= _i('link') ?> <?= _t('conf.query.share.greader') ?></a></li> </ul> <?php endif; ?> </div> |
