diff options
| author | 2017-10-09 21:01:47 +0200 | |
|---|---|---|
| committer | 2017-10-10 06:40:43 +0200 | |
| commit | e6fc86b4b110966bf11b1d5ac4755a3163f74945 (patch) | |
| tree | 393c1c16e2c536dad9a8225a3d7516093c12a6af /app/views/subscription/bookmarklet.phtml | |
| parent | 1eb19409b5435546774425c00523b9f88d4fccf9 (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.phtml | 4 |
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); ?>&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); ?>&url_rss=%s</pre> </div>
\ No newline at end of file |
