diff options
| author | 2014-10-24 12:51:17 +0200 | |
|---|---|---|
| committer | 2014-10-24 12:51:17 +0200 | |
| commit | 0d6993fe08cf57121eadb2aa0e4208420756165a (patch) | |
| tree | 30ad643938c4ce5ff02286345694221df9d01a40 /app/layout | |
| parent | 9fc536c28763260dd996f64e2cd451605faa64d3 (diff) | |
Reader view comes back!
See https://github.com/marienfressinaud/FreshRSS/issues/634
Diffstat (limited to 'app/layout')
| -rw-r--r-- | app/layout/nav_menu.phtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index 6f555c3d0..075f84ca6 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -133,6 +133,11 @@ <?php echo _i("view-normal"); ?> </a> + <?php $url_output['a'] = 'reader'; ?> + <a class="view_reader btn <?php echo $actual_view == 'reader'? 'active' : ''; ?>" title="<?php echo _t('global_view'); ?>" href="<?php echo Minz_Url::display($url_output); ?>"> + <?php echo _i("view-reader"); ?> + </a> + <?php $url_output['a'] = 'global'; ?> <a class="view_global btn <?php echo $actual_view == 'global'? 'active' : ''; ?>" title="<?php echo _t('global_view'); ?>" href="<?php echo Minz_Url::display($url_output); ?>"> <?php echo _i("view-global"); ?> |
