diff options
| author | 2017-06-04 09:58:11 +0200 | |
|---|---|---|
| committer | 2017-06-04 09:58:11 +0200 | |
| commit | a52dc33353665be0d5f59231539c0143a35d55ec (patch) | |
| tree | af943529dbc76a41e465356265080beccf17d15d /app/Controllers/subscriptionController.php | |
| parent | 8a04454655112d1c355d143166a56202c84c0a35 (diff) | |
Add a subscription tools page
See #1354
It's missing translations. Only English and French are available.
Contributions wanted.
Diffstat (limited to 'app/Controllers/subscriptionController.php')
| -rw-r--r-- | app/Controllers/subscriptionController.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Controllers/subscriptionController.php b/app/Controllers/subscriptionController.php index aa9f18663..6af048b84 100644 --- a/app/Controllers/subscriptionController.php +++ b/app/Controllers/subscriptionController.php @@ -113,4 +113,11 @@ class FreshRSS_subscription_Controller extends Minz_ActionController { } } } + + /** + * This action displays the bookmarklet page. + */ + public function bookmarkletAction() { + Minz_View::prependTitle(_t('sub.title.subscription_tools') . ' . '); + } } |
