diff options
| author | 2017-06-10 17:14:46 +0200 | |
|---|---|---|
| committer | 2017-06-10 17:14:46 +0200 | |
| commit | 09bcd8d73fa5613d0325e9f54156fc8f50011a12 (patch) | |
| tree | fe4d5c1c8e97f045051808caaeb3c36ba61d88c2 /app/Controllers/subscriptionController.php | |
| parent | cd0d5ce32ede7311da6f4aead7bc2fe2a983bf4b (diff) | |
| parent | 1eaea0e8c7d34271207dc0de74defdc5534b02b5 (diff) | |
Merge pull request #1568 from aledeg/bookmarklet-page
Add a subscription tools page
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') . ' . '); + } } |
