aboutsummaryrefslogtreecommitdiff
path: root/app/views/subscription/bookmarklet.phtml
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2017-10-09 21:01:47 +0200
committerGravatar Alexis Degrugillier <github@ainw.org> 2017-10-10 06:40:43 +0200
commite6fc86b4b110966bf11b1d5ac4755a3163f74945 (patch)
tree393c1c16e2c536dad9a8225a3d7516093c12a6af /app/views/subscription/bookmarklet.phtml
parent1eb19409b5435546774425c00523b9f88d4fccf9 (diff)
Add an entry in the subscription tool page
I reworked @Alkarex idea proposed in #1292. I though it was a good idea to merge everything in the same location.
Diffstat (limited to 'app/views/subscription/bookmarklet.phtml')
-rw-r--r--app/views/subscription/bookmarklet.phtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/subscription/bookmarklet.phtml b/app/views/subscription/bookmarklet.phtml
index 162501be6..76ac700e0 100644
--- a/app/views/subscription/bookmarklet.phtml
+++ b/app/views/subscription/bookmarklet.phtml
@@ -10,4 +10,8 @@
<legend><?php echo _t('sub.firefox.title'); ?></legend>
<p><?php echo _t('sub.firefox.documentation'); ?></p>
<pre>browser.contentHandlers.types.number.uri → <?php echo Minz_Url::display(array('c' => 'feed', 'a' => 'add'), 'html', true); ?>&amp;url_rss=%s</pre>
+
+ <legend><?php echo _t('sub.api.title'); ?></legend>
+ <p><?php echo _t('sub.api.documentation'); ?></p>
+ <pre><?php echo Minz_Url::display(array('c' => 'feed', 'a' => 'add'), 'html', true); ?>&amp;url_rss=%s</pre>
</div> \ No newline at end of file