diff options
| author | 2014-10-24 14:54:56 +0200 | |
|---|---|---|
| committer | 2014-10-24 14:54:56 +0200 | |
| commit | bd5757fff83844fef08fb50d0fce3b1d104728dc (patch) | |
| tree | 15048df1c2e4c9ec838f1de244f58e15bb534042 | |
| parent | cdad09ae2c363ee74ef7feba58e00e3500a35317 (diff) | |
Inverse reader and global buttons in nav_menu
| -rw-r--r-- | app/layout/nav_menu.phtml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index 075f84ca6..775daf088 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -133,16 +133,16 @@ <?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"); ?> </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'] = 'rss'; if (FreshRSS_Context::$conf->token) { |
