aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/indexController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-24 12:51:17 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-24 12:51:17 +0200
commit0d6993fe08cf57121eadb2aa0e4208420756165a (patch)
tree30ad643938c4ce5ff02286345694221df9d01a40 /app/Controllers/indexController.php
parent9fc536c28763260dd996f64e2cd451605faa64d3 (diff)
Reader view comes back!
See https://github.com/marienfressinaud/FreshRSS/issues/634
Diffstat (limited to 'app/Controllers/indexController.php')
-rwxr-xr-xapp/Controllers/indexController.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Controllers/indexController.php b/app/Controllers/indexController.php
index ed5b58b45..8bc23fb70 100755
--- a/app/Controllers/indexController.php
+++ b/app/Controllers/indexController.php
@@ -70,6 +70,15 @@ class FreshRSS_index_Controller extends Minz_ActionController {
}
/**
+ * This action displays the reader view of FreshRSS.
+ *
+ * @todo: change this view into specific CSS rules?
+ */
+ public function readerAction() {
+ $this->normalAction();
+ }
+
+ /**
* This action displays the global view of FreshRSS.
*/
public function globalAction() {