diff options
| author | 2014-10-24 12:51:17 +0200 | |
|---|---|---|
| committer | 2014-10-24 12:51:17 +0200 | |
| commit | 0d6993fe08cf57121eadb2aa0e4208420756165a (patch) | |
| tree | 30ad643938c4ce5ff02286345694221df9d01a40 /app/Controllers/indexController.php | |
| parent | 9fc536c28763260dd996f64e2cd451605faa64d3 (diff) | |
Reader view comes back!
See https://github.com/marienfressinaud/FreshRSS/issues/634
Diffstat (limited to 'app/Controllers/indexController.php')
| -rwxr-xr-x | app/Controllers/indexController.php | 9 |
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() { |
