aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/subscriptionController.php
diff options
context:
space:
mode:
authorGravatar Seokseong Jeon <songsong@monet.postech.ac.kr> 2017-06-11 00:25:31 +0900
committerGravatar Seokseong Jeon <songsong@monet.postech.ac.kr> 2017-06-11 00:25:31 +0900
commita39717d2b2acd8bd27a17cfca8821811af7bf1ab (patch)
tree2074f7080b65c7a6d81a59e77c71b8d9c49ef724 /app/Controllers/subscriptionController.php
parentda1708ccf7702c83db0d3519ae1b3ecf8f01bd3a (diff)
parent09bcd8d73fa5613d0325e9f54156fc8f50011a12 (diff)
Merge branch 'dev' into i18n-koKR
Diffstat (limited to 'app/Controllers/subscriptionController.php')
-rw-r--r--app/Controllers/subscriptionController.php7
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') . ' . ');
+ }
}